From: Bruce Momjian Date: Fri, 13 Jul 2001 00:57:37 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_2_BETA1~859 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3647a7226275a263a9f60c0d038dd9ca07a5d520;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 0a521b9f15..31fcb4c680 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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