Add TODO.detail:
authorBruce Momjian
Sat, 4 Jun 2005 23:32:34 +0000 (23:32 +0000)
committerBruce Momjian
Sat, 4 Jun 2005 23:32:34 +0000 (23:32 +0000)
> * Allow major upgrades without dump/reload, perhaps using pg_upgrade
>   [pg_upgrade]

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

index b27bd0823b42177fcd53cd506d5be19ecf33d8e1..0dc942cb85ab5e1524fc6798961d0bbec19389b5 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Jun  4 19:05:14 EDT 2005
+Last updated:      Sat Jun  4 19:32:31 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -41,7 +41,8 @@ Administration
   This would allow an application inheriting a pooled connection to know
   the queries prepared in the current session.
 
-* Allow major upgrades without dump/reload, perhaps using pg_upgrade
+* 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
index ab77a844449ace8ef89e03140a579bcbedc31d98..62cdd9275d284c4e859b59484a0c71e01e7a77c5 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Jun  4 19:05:14 EDT 2005
+Last updated:           Sat Jun  4 19:32:31 EDT 2005
 

 

The most recent version of this document can be viewed at

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

  This would allow an application inheriting a pooled connection to know

   the queries prepared in the current session.
 

-  
  • Allow major upgrades without dump/reload, perhaps using pg_upgrade
  • +  
  • 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