Add, per Alvaro:
authorBruce Momjian
Thu, 17 May 2007 22:44:11 +0000 (22:44 +0000)
committerBruce Momjian
Thu, 17 May 2007 22:44:11 +0000 (22:44 +0000)
>
> * Implement the SQL standard mechanism whereby REVOKE ROLE revokes only
>   the privilege granted by the invoking role, and not those granted
>   by other roles

doc/TODO
doc/src/FAQ/TODO.html

index adb9971249d6f7d2445e445e0cbca477165fb0fc..52eca7f760be166674fc9bfc3575fd23c199ecf4 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@ z
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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
 
index de43b8e29538669e8136312ec404cb71118fd1bf..f49d3c1b2391dd8b5789595fdb91ac87e8aa9a1a 100644 (file)
@@ -10,7 +10,7 @@
 PostgreSQL TODO List
 


 Current maintainer:     Bruce Momjian ([email protected])
-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,9 @@ first.  There is also a developer's wiki at
   
  • Allow custom variable classes that can restrict who can set the values
  •  

      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
  •    
           
    • Load balancing