mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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
This commit is contained in:
6
doc/TODO
6
doc/TODO
@ -2,7 +2,7 @@ z
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Thu May 17 18:42:49 EDT 2007
|
||||
Last updated: Thu May 17 18:44:01 EDT 2007
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -79,6 +79,10 @@ Administration
|
||||
|
||||
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php
|
||||
|
||||
* Implement the SQL standard mechanism whereby REVOKE ROLE revokes only
|
||||
the privilege granted by the invoking role, and not those granted
|
||||
by other roles
|
||||
|
||||
|
||||
* Improve replication solutions
|
||||
|
||||
|
Reference in New Issue
Block a user