]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Tue, 27 Aug 2002 14:17:14 +0000 (14:17 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 27 Aug 2002 14:17:14 +0000 (14:17 +0000)
> * Allow REINDEX to rebuild all indexes, remove /contrib/reindex
>  o Allow CLUSTER to cluster all tables, remove clusterdb

doc/TODO

index 955e854426c50244e7b108a6649bb6f782756591..bc3d8bab61f3911aadcc3f6d46ccdafbd6fd1f72 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Tue Aug 27 00:30:19 EDT 2002
+Last updated:          Tue Aug 27 10:17:11 EDT 2002
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -192,6 +192,7 @@ Commands
 * Return proper effected tuple count from complex commands [return]
 * Allow DELETE to handle table aliases for self-joins [delete]
 * Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
+* Allow REINDEX to rebuild all indexes, remove /contrib/reindex
 
 * ALTER
        o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
@@ -214,6 +215,7 @@ Commands
           previous CLUSTER
        o -Prevent loss of indexes, permissions, inheritance
        o Automatically maintain clustering on a table
+       o Allow CLUSTER to cluster all tables, remove clusterdb
 
 * COPY
        o -Allow specification of column names