From: Bruce Momjian Date: Thu, 22 Nov 2001 03:10:16 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL9_0_0~18977 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=97a66763d3000814f08bdb6d22e93db76eba4f1c;p=pg-rex%2Fsyncrep.git Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index e4300cdc87..a7ad820d51 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Nov 21 22:05:23 EST 2001 +Last updated: Wed Nov 21 22:10:10 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -170,6 +170,7 @@ COMMANDS * -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince) * Disallow TRUNCATE on tables that are involved in referential constraints * Add OR REPLACE clauses to non-FUNCTION object creation +* CREATE TABLE AS can not determine column lengths from expressions * ALTER o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT o ALTER TABLE ADD COLUMN to inherited table put column in wrong place