From: Bruce Momjian Date: Fri, 13 Jul 2001 18:22:03 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_2_BETA1~857 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=379ac0d03a51226c61666342755aa7574197c208;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 9d75ceee81..8dbddd30a6 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Jul 13 13:58:22 EDT 2001 +Last updated: Fri Jul 13 14:21:55 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -148,7 +148,7 @@ COMMANDS * Change LIMIT val,val to offset,limit to match MySQL * 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 GRANT/REVOKE to handle multiple user/group names * -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince) * ALTER * ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT