pgsql: Add, per Alvaro: > > * Implement the SQL standard mechanism - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add, per Alvaro: > > * Implement the SQL standard mechanism
Date
Msg-id 20070517224411.481F19FC1D7@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add, per Alvaro:

>
> * Implement the SQL standard mechanism whereby REVOKE ROLE revokes only
>   the privilege granted by the invoking role, and not those granted
>   by other roles

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.2185 -> r1.2186)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2185&r2=1.2186)
    pgsql/doc/src/FAQ:
        TODO.html (r1.686 -> r1.687)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.686&r2=1.687)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add: > > * Fix problem with excessive logging during SSL
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add URL for: * Implement the SQL standard mechanism whereby