Re: SHOW ALL does not honor pg_read_all_settings membership - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: SHOW ALL does not honor pg_read_all_settings membership
Date
Msg-id 20180420135806.GA1562@paquier.xyz
Whole thread Raw
In response to Re: SHOW ALL does not honor pg_read_all_settings membership  (Laurenz Albe <laurenz.albe@cybertec.at>)
List pgsql-hackers
On Fri, Apr 20, 2018 at 01:21:46PM +0200, Laurenz Albe wrote:
> I agree; here is a patch for that.

Thanks for taking care of that as well this looks fine to me.  Note to
committer: this needs to be merged with the first patch actually fixing
the SHOW ALL issue.

All the four core callers of GetConfigOption() actually do not use
restrict_superuser set to true...  Modules may use this option, so of
course let's not remove it.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Matthias Kurz
Date:
Subject: Add read-only param to set_config(...) / SET that effects (at least)customized runtime options
Next
From: Teodor Sigaev
Date:
Subject: Re: Corrupted btree index on HEAD because of covering indexes