From be8cebc717ef0b583ada09da8d0245793697c1a8 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 25 Mar 2010 14:44:34 +0000 Subject: 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. --- doc/src/sgml/catalogs.sgml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 197b7820219..b104e0ef2c0 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,4 +1,4 @@ - + @@ -1188,12 +1188,6 @@ Password expiry time (only used for password authentication); NULL if no expiration - - - rolconfig - text[] - Session defaults for run-time configuration variables - -- cgit v1.2.3