diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-10-26 04:59:12 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-10-26 04:59:12 +0000 |
commit | c5884e03acae4b35006ceb3f05c771e3b1aee633 (patch) | |
tree | da62166112923a53451cd3d9147368293e7c5f27 | |
parent | 724bf74693ae4e7cbc2b774e29e768c13c3b72ce (diff) | |
download | postgresql-c5884e03acae4b35006ceb3f05c771e3b1aee633.tar.gz postgresql-c5884e03acae4b35006ceb3f05c771e3b1aee633.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Oct 26 00:21:35 EDT 1999 +Last updated: Tue Oct 26 00:58:06 EDT 1999 Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us) @@ -148,7 +148,7 @@ COMMANDS * ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit] * Add ALTER TABLE DROP/ALTER COLUMN feature * Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT - NULL specification on table [cluster] + NULL specification, indexes, permissions, etc on table[cluster] * Add SIMILAR TO to allow character classes, 'pg_[a-c]%' * Auto-destroy sequence on DROP of table with SERIAL(Ryan) * Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison |