• T
    Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions. · f3839ea1
    Tom Lane 提交于
    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.
    f3839ea1
aclchk.c 137.5 KB