Update item:
authorBruce Momjian
Thu, 29 Mar 2007 20:23:56 +0000 (20:23 +0000)
committerBruce Momjian
Thu, 29 Mar 2007 20:23:56 +0000 (20:23 +0000)
        o Add more logical syntax CLUSTER table USING index;
<  o Add more logical syntax CLUSTER table ORDER BY index;
>  o Add more logical syntax CLUSTER table USING index;

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

index da0ceba0615ceb8b0d874cd4d4e1c51bc71af49c..34d75951c6db525f256386da3856f0bc4803ebb6 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Mar 27 22:17:40 EDT 2007
+Last updated:      Thu Mar 29 16:23:50 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -625,7 +625,7 @@ SQL Commands
 
    o %Add VERBOSE option to report tables as they are processed,
      like VACUUM VERBOSE
-   o Add more logical syntax CLUSTER table ORDER BY index; 
+   o Add more logical syntax CLUSTER table USING index; 
      support current syntax for backward compatibility
 
 
index 3ad0e1f111b26259b003c912ee7d209b155bf177..c91e7e43a5742475a0b0f441de8ccf8efdc961d9 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Mar 27 22:17:40 EDT 2007
+Last updated:           Thu Mar 29 16:23:50 EDT 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -559,7 +559,7 @@ first.  There is also a developer's wiki at
 

     
  • %Add VERBOSE option to report tables as they are processed,
  •            like VACUUM VERBOSE
    -    
  • Add more logical syntax CLUSTER table ORDER BY index; 
  • +    
  • Add more logical syntax CLUSTER table USING index; 
  •            support current syntax for backward compatibility
       
       
  • COPY