]> granicus.if.org Git - postgresql/commit
Fix the problem of GRANTs creating "dangling" privileges not directly
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Oct 2005 18:49:04 +0000 (18:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Oct 2005 18:49:04 +0000 (18:49 +0000)
commit91783061517b740e07f7dbf24f980e4641ba7d83
tree75095d1d27bc494124ca5db81a095ca35a7ecb9a
parentd7527540f2dd8f831d4a0ec82a92c59b0d0a8c62
Fix the problem of GRANTs creating "dangling" privileges not directly
traceable to grant options.  As per my earlier proposal, a GRANT made by
a role member has to be recorded as being granted by the role that actually
holds the grant option, and not the member.
src/backend/catalog/aclchk.c
src/backend/utils/adt/acl.c
src/include/utils/acl.h