Add:
> * Allow REINDEX to rebuild all indexes, remove /contrib/reindex > o Allow CLUSTER to cluster all tables, remove clusterdb
This commit is contained in:
parent
0582ad91ac
commit
78a693c430
4
doc/TODO
4
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
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)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -192,6 +192,7 @@ Commands
|
|||||||
* Return proper effected tuple count from complex commands [return]
|
* Return proper effected tuple count from complex commands [return]
|
||||||
* Allow DELETE to handle table aliases for self-joins [delete]
|
* Allow DELETE to handle table aliases for self-joins [delete]
|
||||||
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
|
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
|
||||||
|
* Allow REINDEX to rebuild all indexes, remove /contrib/reindex
|
||||||
|
|
||||||
* ALTER
|
* ALTER
|
||||||
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
||||||
@ -214,6 +215,7 @@ Commands
|
|||||||
previous CLUSTER
|
previous CLUSTER
|
||||||
o -Prevent loss of indexes, permissions, inheritance
|
o -Prevent loss of indexes, permissions, inheritance
|
||||||
o Automatically maintain clustering on a table
|
o Automatically maintain clustering on a table
|
||||||
|
o Allow CLUSTER to cluster all tables, remove clusterdb
|
||||||
|
|
||||||
* COPY
|
* COPY
|
||||||
o -Allow specification of column names
|
o -Allow specification of column names
|
||||||
|
Loading…
Reference in New Issue
Block a user