From: Bruce Momjian Date: Mon, 9 Jul 2001 19:57:29 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_2_BETA1~901 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79c3d4b2c923256c04e72d1a2929aac788b84fe7;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 420c0ac69d..82bf7f1aab 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Jul 7 00:24:58 EDT 2001 +Last updated: Mon Jul 9 15:57:22 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -145,6 +145,7 @@ COMMANDS * Add BETWEEN ASYMMETRIC/SYMMETRIC * Change LIMIT val,val to offset,limit to match MySQL * Allow PL/PgSQL's RAISE function to take expressions +* Allow GRANT/REVOKE to handle multiple user/group names * 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