Re: SHOW ALL does not honor pg_read_all_settings membership
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Laurenz Albe <laurenz.albe@cybertec.at>
Cc: pgsql-hackers@postgresql.org
Date: 2018-06-08T20:35:52Z
Lists: pgsql-hackers
On 2018-Mar-01, Laurenz Albe wrote: > I noticed that commit 25fff40798fc4ac11a241bfd9ab0c45c085e2212 forgot > to teach SHOW ALL to show all GUCs when the user belongs to pg_read_all_settings. > > Patch attached; I think this should be backpatched. Done, with the further fixes downthread. Thanks! -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Teach SHOW ALL to honor pg_read_all_settings membership
- a25c207b2fb8 10.5 landed
- 0c8910a0cab7 11.0 landed
-
Default monitoring roles
- 25fff40798fc 10.0 cited