Update TODO list.

This commit is contained in:
Bruce Momjian 2000-10-23 22:15:36 +00:00
parent 7b021ce17c
commit 62bc33df00

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Tue Oct 17 00:08:22 EDT 2000 Last updated: Mon Oct 23 18:15:18 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -133,6 +133,7 @@ COMMANDS
* Add ALTER TABLE command to change table ownership (Mark H) * Add ALTER TABLE command to change table ownership (Mark H)
* Add ALTER FUNCTION * Add ALTER FUNCTION
* Add ALTER TABLE ... DROP CONSTRAINT * Add ALTER TABLE ... DROP CONSTRAINT
* Add ALTER USER command to change user db attributes
* Automatically drop constraints/functions when object is dropped * Automatically drop constraints/functions when object is dropped
* Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT * Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT
NULL specification, indexes, permissions, etc on table NULL specification, indexes, permissions, etc on table