1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Add URL for:

* Implement the SQL standard mechanism whereby REVOKE ROLE revokes only
  the privilege granted by the invoking role, and not those granted
  by other roles
>
>   http://archives.postgresql.org/pgsql-bugs/2007-05/msg00010.php
This commit is contained in:
Bruce Momjian
2007-05-17 22:53:23 +00:00
parent 347534e85a
commit 3f186a2034
2 changed files with 6 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ z
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Thu May 17 18:44:01 EDT 2007
Last updated: Thu May 17 18:53:18 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -83,6 +83,8 @@ Administration
the privilege granted by the invoking role, and not those granted
by other roles
http://archives.postgresql.org/pgsql-bugs/2007-05/msg00010.php
* Improve replication solutions