pgsql: Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE pe

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE pe
Date: 2013-06-09 19:27:36
Message-ID: E1UllH6-0004O8-0M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5f4a3116865c6482f6e62f4ec4c9152053bc28ca

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-06-09 22:40:27 pgsql: Remove unnecessary restrictions about RowExprs in transformAExpr
Previous Message Tom Lane 2013-06-09 19:27:35 pgsql: Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE pe