Re: Default gucs for EXPLAIN - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Default gucs for EXPLAIN
Date
Msg-id 20200526015159.GB6155@paquier.xyz
Whole thread Raw
In response to Re: Default gucs for EXPLAIN  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Default gucs for EXPLAIN
List pgsql-hackers
On Mon, May 25, 2020 at 09:36:50PM -0400, Bruce Momjian wrote:
> I am not excited about this new feature.  Why do it only for EXPLAIN?
> That is a log of GUCs.  I can see this becoming a feature creep
> disaster.

FWIW, Neither am I.  This would create an extra maintenance cost, and
I would not want such stuff to spread to other commands either, say
CLUSTER, VACUUM, REINDEX, etc.  And note that it is always possible to
do that with a small extension using the utility hook and some
pre-loaded user-settable GUCs.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: New Feature Request
Next
From: Bruce Momjian
Date:
Subject: Re: PG 13 release notes, first draft