Add URL for:
authorBruce Momjian
Thu, 17 May 2007 22:53:23 +0000 (22:53 +0000)
committerBruce Momjian
Thu, 17 May 2007 22:53:23 +0000 (22:53 +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
>
>   http://archives.postgresql.org/pgsql-bugs/2007-05/msg00010.php

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

index 52eca7f760be166674fc9bfc3575fd23c199ecf4..462c542ea33a72cced207d16246553ebb029e6d4 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: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
 
index f49d3c1b2391dd8b5789595fdb91ac87e8aa9a1a..b8ba890e1f5e9c5446dfa42329b806f0e35c6c6a 100644 (file)
@@ -10,7 +10,7 @@
 PostgreSQL TODO List
 


 Current maintainer:     Bruce Momjian ([email protected])
-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.
@@ -82,6 +82,8 @@ first.  There is also a developer's wiki at
   
  • 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

    +

       
  • Improve replication solutions
  •    
           
    • Load balancing