We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0582ad9 commit78a693cCopy full SHA for 78a693c
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated:Tue Aug 2700:30:19 EDT 2002
+Last updated:Tue Aug 2710:17:11 EDT 2002
4
5
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
6
@@ -192,6 +192,7 @@ Commands
192
* Return proper effected tuple count from complex commands [return]
193
* Allow DELETE to handle table aliases for self-joins [delete]
194
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
195
+* Allow REINDEX to rebuild all indexes, remove /contrib/reindex
196
197
* ALTER
198
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
@@ -214,6 +215,7 @@ Commands
214
215
previous CLUSTER
216
o -Prevent loss of indexes, permissions, inheritance
217
o Automatically maintain clustering on a table
218
+o Allow CLUSTER to cluster all tables, remove clusterdb
219
220
* COPY
221
o -Allow specification of column names