pgsql: Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE pe - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE pe
Date
Msg-id E1UllH6-0004OC-1k@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1476a94a48eec20b5884a0a2043aa28204155d33

Modified Files
--------------
doc/src/sgml/ref/alter_default_privileges.sgml |    4 ++--
src/backend/catalog/aclchk.c                   |   26 +++++++++++-------------
2 files changed, 14 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE pe
Next
From: Tom Lane
Date:
Subject: pgsql: Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE pe