Move item into proper section:
authorBruce Momjian
Tue, 14 Jun 2005 18:10:42 +0000 (18:10 +0000)
committerBruce Momjian
Tue, 14 Jun 2005 18:10:42 +0000 (18:10 +0000)
        o Have SHOW ALL and pg_settings show descriptions for server-side variables

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

index cf4849eab7fc0890a829ab5c26cc7969ee75afaf..eb9db1ee43ce8e1c5ed021fc302e91e481a21ebb 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Jun 14 11:11:04 EDT 2005
+Last updated:      Tue Jun 14 14:10:17 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -43,7 +43,6 @@ Administration
 
 * Allow major upgrades without dump/reload, perhaps using pg_upgrade 
   [pg_upgrade]
-* Have SHOW ALL and pg_settings show descriptions for server-side variables
 * Allow GRANT/REVOKE permissions to be applied to all schema objects with one
   command
 
@@ -541,6 +540,7 @@ Commands
 
 
 * SHOW/SET
+   o Have SHOW ALL and pg_settings show descriptions for server-side variables
    o Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
      ANALYZE, and CLUSTER
    o Add SET PATH for schemas (?)
index dad9a540d825f91b2c9dc119d15a84b593df63ed..a34af9aebe7497b7b84a43986170b6d274c3aa72 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Jun 14 11:11:04 EDT 2005
+Last updated:           Tue Jun 14 14:10:17 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -45,7 +45,6 @@ first.
 

   
  • Allow major upgrades without dump/reload, perhaps using pg_upgrade 
  •    [pg_upgrade]
    -  
  • Have SHOW ALL and pg_settings show descriptions for server-side variables
  •    
  • Allow GRANT/REVOKE permissions to be applied to all schema objects with one
  •    command
     

      The proposed syntax is:

    @@ -499,7 +498,8 @@ first.
       
       
  • SHOW/SET
  •    
      -    
    • Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
    • +    
    • Have SHOW ALL and pg_settings show descriptions for server-side variables
    • +    
    • Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
    •            ANALYZE, and CLUSTER
           
    • Add SET PATH for schemas (?)
    •  

                This is basically the same as SET search_path.