Done:
authorBruce Momjian
Tue, 27 Aug 2002 04:30:24 +0000 (04:30 +0000)
committerBruce Momjian
Tue, 27 Aug 2002 04:30:24 +0000 (04:30 +0000)
>  o -Cluster all tables at once using pg_index.indisclustered set during

doc/TODO

index e493aa1ea804a69169e023d01dc02a8c91a3c5a6..955e854426c50244e7b108a6649bb6f782756591 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:      Mon Aug 26 19:13:30 EDT 2002
+Last updated:      Tue Aug 27 00:30:19 EDT 2002
 
 Current maintainer:    Bruce Momjian ([email protected])
 
@@ -210,7 +210,7 @@ Commands
    o Add ALTER TABLE tab SET WITHOUT OIDS
 
 * CLUSTER
-   o Cluster all tables at once using pg_index.indisclustered set during
+   o -Cluster all tables at once using pg_index.indisclustered set during
           previous CLUSTER
    o -Prevent loss of indexes, permissions, inheritance
    o Automatically maintain clustering on a table