Skip to content

Commit d505f30

Browse files
committed
pg_settings should have UPDATE privilege allowed to public.
1 parent 7562103 commit d505f30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/catalog/system_views.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 1996-2003, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/backend/catalog/system_views.sql,v 1.4 2003/12/03 18:52:00 joe Exp $
6+
* $PostgreSQL: pgsql/src/backend/catalog/system_views.sql,v 1.5 2004/01/14 03:46:28 tgl Exp $
77
*/
88

99
CREATE VIEW pg_user AS
@@ -271,3 +271,5 @@ CREATE RULE pg_settings_u AS
271271
CREATE RULE pg_settings_n AS
272272
ON UPDATE TO pg_settings
273273
DO INSTEAD NOTHING;
274+
275+
GRANT SELECT, UPDATE ON pg_settings TO PUBLIC;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy