From aee8a60c7232cc048e00a704fca49730a722432a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 9 Jun 2013 15:26:55 -0400 Subject: Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions. Per discussion, this restriction isn't needed for any real security reason, and it seems to confuse people more often than it helps them. It could also result in some database states being unrestorable. So just drop it. Back-patch to 9.0, where ALTER DEFAULT PRIVILEGES was introduced. --- doc/src/sgml/ref/alter_default_privileges.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/alter_default_privileges.sgml b/doc/src/sgml/ref/alter_default_privileges.sgml index f7b52ef9d1a..f67cfc7116d 100644 --- a/doc/src/sgml/ref/alter_default_privileges.sgml +++ b/doc/src/sgml/ref/alter_default_privileges.sgml @@ -111,8 +111,8 @@ REVOKE [ GRANT OPTION FOR ] schema_name - The name of an existing schema. Each target_role - must have CREATE privileges for each specified schema. + The name of an existing schema. If specified, the default privileges + are altered for objects later created in that schema. If IN SCHEMA is omitted, the global default privileges are altered. -- cgit v1.2.3