diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-07-13 00:57:37 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-07-13 00:57:37 +0000 |
commit | 3647a7226275a263a9f60c0d038dd9ca07a5d520 (patch) | |
tree | e2e09a97eb89a1343f95a92796a1da1e3678898f | |
parent | 5ab456b7bae53c3ae09c11ac5b7a90a3c818f509 (diff) | |
download | postgresql-3647a7226275a263a9f60c0d038dd9ca07a5d520.tar.gz postgresql-3647a7226275a263a9f60c0d038dd9ca07a5d520.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: Thu Jul 12 17:46:54 EDT 2001 +Last updated: Thu Jul 12 20:57:28 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -149,7 +149,7 @@ COMMANDS * Allow PL/PgSQL's RAISE function to take expressions * Change PL/PgSQL to use palloc() instead of malloc() * Allow GRANT/REVOKE to handle multiple user/group names -* Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER +* -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince) * ALTER * ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT * ALTER TABLE ADD COLUMN to inherited table put column in wrong place |