pgsql: Fix the problem of GRANTs creating "dangling" privileges not - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix the problem of GRANTs creating "dangling" privileges not
Date
Msg-id 20051010184904.B2BD7D93BF@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        aclchk.c (r1.118 -> r1.119)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/aclchk.c.diff?r1=1.118&r2=1.119)
    pgsql/src/backend/utils/adt:
        acl.c (r1.124 -> r1.125)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/acl.c.diff?r1=1.124&r2=1.125)
    pgsql/src/include/utils:
        acl.h (r1.83 -> r1.84)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/acl.h.diff?r1=1.83&r2=1.84)

pgsql-committers by date:

Previous
From: aglio@pgfoundry.org (User Aglio)
Date:
Subject: press - pr: Some minor cleanup on the presskit
Next
From: aglio@pgfoundry.org (User Aglio)
Date:
Subject: press - pr: Some character corrections per Greg.