Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1476a94a48eec20b5884a0a2043aa28204155d33
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-06-09T19:27:00Z
Releases: 9.0.14
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.

Files