Make default ACL be consistent --- ie, starting point for ChangeAcl
Tom Lane <tgl@sss.pgh.pa.us>
Make default ACL be consistent --- ie, starting point for ChangeAcl is the same as the access permissions granted when a relation's relacl field is NULL, ie, owner=all rights, world=no rights.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/aclchk.c | modified | +43 −88 |
| src/backend/utils/adt/acl.c | modified | +13 −15 |
| src/include/utils/acl.h | modified | +12 −14 |