Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 78a693c

Browse files
committed
Add:
> * Allow REINDEX to rebuild all indexes, remove /contrib/reindex > o Allow CLUSTER to cluster all tables, remove clusterdb
1 parent 0582ad9 commit 78a693c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/TODO

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Tue Aug 27 00:30:19 EDT 2002
3+
Last updated: Tue Aug 27 10:17:11 EDT 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -192,6 +192,7 @@ Commands
192192
* Return proper effected tuple count from complex commands [return]
193193
* Allow DELETE to handle table aliases for self-joins [delete]
194194
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
195+
* Allow REINDEX to rebuild all indexes, remove /contrib/reindex
195196

196197
* ALTER
197198
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
@@ -214,6 +215,7 @@ Commands
214215
previous CLUSTER
215216
o -Prevent loss of indexes, permissions, inheritance
216217
o Automatically maintain clustering on a table
218+
o Allow CLUSTER to cluster all tables, remove clusterdb
217219

218220
* COPY
219221
o -Allow specification of column names

0 commit comments

Comments
 (0)