summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-10-23 22:15:36 +0000
committerBruce Momjian <bruce@momjian.us>2000-10-23 22:15:36 +0000
commit62bc33df00ef2c4c795396dfc3aa725f68acc30f (patch)
tree3df1ce3e559c2a3f472f3b9c6504ffa266765216
parent7b021ce17c4abe731a3a4c6cb5e23f13d6fd3f52 (diff)
Update TODO list.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index c0373abd815..ad3aed187e1 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
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)
@@ -133,6 +133,7 @@ COMMANDS
* Add ALTER TABLE command to change table ownership (Mark H)
* Add ALTER FUNCTION
* Add ALTER TABLE ... DROP CONSTRAINT
+* Add ALTER USER command to change user db attributes
* Automatically drop constraints/functions when object is dropped
* Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT
NULL specification, indexes, permissions, etc on table