Re: Record queryid when auto_explain.log_verbose is on - Mailing list pgsql-hackers

From Imseih (AWS), Sami
Subject Re: Record queryid when auto_explain.log_verbose is on
Date
Msg-id 33C39727-0BE6-4691-914A-A7CF39995A58@amazon.com
Whole thread Raw
In response to Re: Record queryid when auto_explain.log_verbose is on  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Record queryid when auto_explain.log_verbose is on  (torikoshia <torikoshia@oss.nttdata.com>)
List 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 by date:

Previous
From: "Regina Obe"
Date:
Subject: RE: Ability to reference other extensions by schema in extension scripts
Next
From: Stephen Frost
Date:
Subject: Re: a very minor bug and a couple of comment changes for basebackup.c