]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Make default ACL be consistent --- ie, starting point for ChangeAcl
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Oct 2000 04:49:28 +0000 (04:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Oct 2000 04:49:28 +0000 (04:49 +0000)
commit7215f74b89640f642d219b0675ef3997fc4c8fc2
tree74533eb713b1d5120d54f40361d5388dfe178125
parent46cf925728a96da84d53801cb337846a35258cba
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.
src/backend/catalog/aclchk.c
src/backend/utils/adt/acl.c
src/include/utils/acl.h