Re: explain plans with information about (modified) gucs - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: explain plans with information about (modified) gucs
Date
Msg-id 603089e0-3387-30f1-3cbc-25dd7797e17a@2ndquadrant.com
Whole thread Raw
In response to Re: explain plans with information about (modified) gucs  (John Naylor <john.naylor@2ndquadrant.com>)
Responses Re: explain plans with information about (modified) gucs  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers

On 1/22/19 1:35 AM, John Naylor wrote:
> On Sun, Jan 20, 2019 at 2:31 PM Tomas Vondra
> <tomas.vondra@2ndquadrant.com> wrote:
>> Attached is v6 of the patch, adopting "settings" instead of "guc".
> 
> Ok, looks good. I tried changing config values with the .conf file,
> alter system, and alter database, and tried a few queries with
> auto_explain. I made a pass through the config parameters, and don't
> see anything obviously left out. I have no comments on the source
> code.
> 
> One thing stands out: For the docs on auto_explain, all other options
> have "Only superusers can change this setting.", but log_settings
> doesn't.

Yes, that's an omission in the docs. Will fix.

regards

-- 
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: Allowing extensions to find out the OIDs of their member objects
Next
From: Andreas Karlsson
Date:
Subject: Re: Feature: temporary materialized views