From: Bruce Momjian Date: Wed, 13 Jun 2001 20:17:05 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_2_BETA1~1042 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbe49b8c6641561e8d67d19fc920222ca964fe5d;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 50155a1ae3..9181c9507b 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Jun 12 14:15:23 EDT 2001 +Last updated: Wed Jun 13 16:16:45 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -141,8 +141,7 @@ COMMANDS * Change LIMIT val,val to offset,limit to match MySQL * Allow PL/PgSQL's RAISE function to take expressions * ALTER - * ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK - CONSTRAINT + * ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT * ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inheritance] * Add ALTER TABLE DROP COLUMN feature [drop]