Add:
authorBruce Momjian
Sun, 4 Feb 2007 04:06:08 +0000 (04:06 +0000)
committerBruce Momjian
Sun, 4 Feb 2007 04:06:08 +0000 (04:06 +0000)
>
> * Allow custom variable classes that can restrict who can set the values
>
>   http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php
>

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

index 65e89ac8fc42c90569d2bee48cb4a0063ce2b22b..60a0ef55ff112ee8200d5e24d708a1f61426bf2c 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Feb  3 21:31:58 EST 2007
+Last updated:      Sat Feb  3 23:06:06 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -71,6 +71,11 @@ Administration
   defaults so things like search_path can be defaulted for a 
   specific user connecting to a specific database.
 
+* Allow custom variable classes that can restrict who can set the values
+
+  http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php
+
+
 * Improve replication solutions
 
    o Load balancing
index bf97691911a18c768737fc509bf33534acb004d1..ba6fb3a82384d119f31067d16f5b13a7cd392479 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Feb  3 21:31:58 EST 2007
+Last updated:           Sat Feb  3 23:06:06 EST 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -69,6 +69,9 @@ first.  There is also a developer's wiki at
   per-database defaults.  Consider adding per-user-and-database
   defaults so things like search_path can be defaulted for a 
   specific user connecting to a specific database.
+

+  
  • Allow custom variable classes that can restrict who can set the values
  • +

      http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php

     

       
  • Improve replication solutions
  •