Re: Record queryid when auto_explain.log_verbose is on

Поиск
Список
Период
Сортировка
От Imseih (AWS), Sami
Тема Re: Record queryid when auto_explain.log_verbose is on
Дата
Msg-id 33C39727-0BE6-4691-914A-A7CF39995A58@amazon.com
обсуждение исходный текст
Ответ на Re: Record queryid when auto_explain.log_verbose is on  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Record queryid when auto_explain.log_verbose is on  (torikoshia <torikoshia@oss.nttdata.com>)
Список pgsql-hackers
I am wondering if this patch should be backpatched?

The reason being is in auto_explain documentation [1],
there is a claim of equivalence of the auto_explain.log_verbose
option and EXPLAIN(verbose)

"..... it's equivalent to the VERBOSE option of EXPLAIN."

This can be quite confusing for users of the extension.
The documentation should either be updated or a backpatch
all the way down to 14, which the version the query identifier
was moved to core. I am in favor of the latter.

Any thoughts?


[1] https://www.postgresql.org/docs/14/auto-explain.html

Regards,

--
Sami Imseih
Amazon Web Services (AWS)



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

Предыдущее
От: "Regina Obe"
Дата:
Сообщение: RE: Ability to reference other extensions by schema in extension scripts
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: a very minor bug and a couple of comment changes for basebackup.c