pgsql/src include/utils/acl.h backend/utils/ad ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src include/utils/acl.h backend/utils/ad ...
Date: 2001-06-05 19:34:56
Message-ID: 200106051934.f55JYuJ36739@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/06/05 15:34:56

Modified files:
src/include/utils: acl.h
src/backend/utils/adt: acl.c
src/backend/catalog: aclchk.c
src/backend/commands: comment.c remove.c

Log message:
Correct permissions-checking bugs associated with ancient decision to
copy PUBLIC access rights into each newly created ACL entry. Instead
treat each ACL entry as independent flags. Also clean up some ugliness
in acl.h API.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-06-05 19:52:43 Re: pgsql/ oc/src/sgml/ref/create_function.sgml rc ...
Previous Message Tom Lane 2001-06-05 17:13:52 pgsql/src include/optimizer/paths.h backend/op ...