Done:
authorBruce Momjian
Sun, 12 Feb 2006 06:51:14 +0000 (06:51 +0000)
committerBruce Momjian
Sun, 12 Feb 2006 06:51:14 +0000 (06:51 +0000)
> * -Add COMMENT ON for all cluster global objects (roles, databases

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

index e60d19959396bf52109ea561dce7e69c26eb174d..25fd40fcf0a7b6c2118e40dec07a37983025878b 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 11 23:44:09 EST 2006
+Last updated:      Sun Feb 12 01:50:38 EST 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -389,7 +389,7 @@ SQL Commands
 
 * Add NOVICE output level for helpful messages like automatic sequence/index
   creation
-* %Add COMMENT ON for all cluster global objects (roles, databases
+* -Add COMMENT ON for all cluster global objects (roles, databases
   and tablespaces)
 * -Make row-wise comparisons work per SQL spec
 
index b38f65a0308cce459e9f1a973fc4d88047c0bdae..253a1c0b90c0b9cb1fd81e8c260c31da00d1c2c9 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Feb 11 23:44:09 EST 2006
+Last updated:           Sun Feb 12 01:50:38 EST 2006
 

 

The most recent version of this document can be viewed at

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

   
  • Add NOVICE output level for helpful messages like automatic sequence/index
  •    creation
    -  
  • %Add COMMENT ON for all cluster global objects (roles, databases
  • +  
  • -Add COMMENT ON for all cluster global objects (roles, databases
  •    and tablespaces)
       
  • -Make row-wise comparisons work per SQL spec
  •  

      Right now, '(a, b) < (1, 2)' is processed as 'a < 1 and b < 2', but