Re: [survey] New "Stable" QueryId based on normalized query text

Поиск
Список
Период
Сортировка
От legrand legrand
Тема Re: [survey] New "Stable" QueryId based on normalized query text
Дата
Msg-id 1565629290119-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: [survey] New "Stable" QueryId based on normalized query text  (Julien Rouhaud <rjuju123@gmail.com>)
Список pgsql-hackers
my understanding is

* pg_stat_statements.track = 'none' or 'top' (default) or 'all' 
    to make queryId optionally computed

* a new GUC: pg_stat_statements.queryid_based = 'oids' (default) or 'names'
or 'fullnames'
    to choose the queryid computation algorithm

am I rigth ?




--
Sent from: https://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Global temporary tables
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Add "password_protocol" connection parameter to libpq