pgsql: Prevent ALTER USER f RESET ALL from removing the settings that

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent ALTER USER f RESET ALL from removing the settings that
Date: 2010-03-25 14:45:36
Message-ID: 20100325144536.BDBA87541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Prevent ALTER USER f RESET ALL from removing the settings that were put there
by a superuser -- "ALTER USER f RESET setting" already disallows removing such a
setting.

Apply the same treatment to ALTER DATABASE d RESET ALL when run by a database
owner that's not superuser.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/backend/commands:
dbcommands.c (r1.173.2.3 -> r1.173.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/dbcommands.c?r1=1.173.2.3&r2=1.173.2.4)
user.c (r1.164 -> r1.164.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/user.c?r1=1.164&r2=1.164.2.1)
pgsql/src/backend/utils/misc:
guc.c (r1.299.2.8 -> r1.299.2.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.299.2.8&r2=1.299.2.9)
pgsql/src/include/utils:
guc.h (r1.63.2.2 -> r1.63.2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/guc.h?r1=1.63.2.2&r2=1.63.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2010-03-25 14:45:51 pgsql: Prevent ALTER USER f RESET ALL from removing the settings that
Previous Message Alvaro Herrera 2010-03-25 14:45:22 pgsql: Prevent ALTER USER f RESET ALL from removing the settings that