Re: Granting SET and ALTER SYSTE privileges for GUCs - Mailing list pgsql-hackers

From Mark Dilger
Subject Re: Granting SET and ALTER SYSTE privileges for GUCs
Date
Msg-id 9DB8DABC-0E1E-4AB0-BB11-9BC48E4C71BE@enterprisedb.com
Whole thread Raw
In response to Re: Granting SET and ALTER SYSTE privileges for GUCs  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Granting SET and ALTER SYSTE privileges for GUCs
List pgsql-hackers

> On Nov 23, 2021, at 8:07 AM, Robert Haas <robertmhaas@gmail.com> wrote:
>
> It's my impression that information_schema is a child of the SQL
> standard, and that inventions specific to PG go in pg_catalog.
>
> Also, I think the user-facing name for GUCs is "settings".

Thanks.  These issues should be fixed in v4.

Along the way, I also added has_setting_privilege() functions overlooked in v3 and before.



—
Mark Dilger
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company




Attachment

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: parallel vacuum comments
Next
From: Tom Lane
Date:
Subject: Re: Mop-up from Test::More version change patch