From: Bruce Momjian Date: Sun, 20 May 2001 01:11:48 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_2_BETA1~1222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d53389cfe5ecacadda12f3a777a642605278e49;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 27df7f0470..a693495fc5 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri May 18 12:28:02 EDT 2001 +Last updated: Sat May 19 21:11:38 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -140,7 +140,7 @@ COMMANDS * Allow RULE recompilation * Add BETWEEN ASYMMETRIC/SYMMETRIC * Change LIMIT val,val to offset,limit to match MySQL -* Allow Pl/PgSQL's RAISE function to take expressions +* Allow PL/PgSQL's RAISE function to take expressions * ALTER * ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inheritance]