]> granicus.if.org Git - postgresql/commitdiff
Update:
authorBruce Momjian <bruce@momjian.us>
Wed, 14 Aug 2002 17:45:20 +0000 (17:45 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 14 Aug 2002 17:45:20 +0000 (17:45 +0000)
>  o Cluster all tables at once using pg_index.indisclustered set during
>           previous CLUSTER

doc/TODO

index 68690e44badce2ab138cd186a196769c58a7417c..da5a4541e0cdfb3fcb86d650bd3e0615c1938568 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Wed Aug 14 01:46:11 EDT 2002
+Last updated:          Wed Aug 14 13:45:01 EDT 2002
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -205,8 +205,8 @@ Commands
        o Add ALTER TABLE tab SET WITHOUT OIDS
 
 * CLUSTER
-       o Cluster all tables at once using pg_index.indisclustered or primary
-          key
+       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