File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Tue Aug 27 00:30:19 EDT 2002
3
+ Last updated: Tue Aug 27 10:17:11 EDT 2002
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -192,6 +192,7 @@ Commands
192
192
* Return proper effected tuple count from complex commands [return]
193
193
* Allow DELETE to handle table aliases for self-joins [delete]
194
194
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
195
+ * Allow REINDEX to rebuild all indexes, remove /contrib/reindex
195
196
196
197
* ALTER
197
198
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
@@ -214,6 +215,7 @@ Commands
214
215
previous CLUSTER
215
216
o -Prevent loss of indexes, permissions, inheritance
216
217
o Automatically maintain clustering on a table
218
+ o Allow CLUSTER to cluster all tables, remove clusterdb
217
219
218
220
* COPY
219
221
o -Allow specification of column names
You can’t perform that action at this time.
0 commit comments