Make default ACL be consistent --- ie, starting point for ChangeAcl

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

Commit: 7215f74b89640f642d219b0675ef3997fc4c8fc2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-10-02T04:49:28Z
Releases: 7.1.1
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

PathChange+/−
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