From: Bruce Momjian Date: Mon, 9 Oct 2000 19:41:27 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_1_BETA~531 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa4a84bdcb3e3166345d77d05a631d0e461b249a;p=thirdparty%2Fpostgresql.git Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index e3462c1ac17..d9072ee6ed4 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Oct 9 03:38:27 EDT 2000 +Last updated: Mon Oct 9 15:41:14 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -137,7 +137,7 @@ COMMANDS * -Allow DELETE and UPDATE to use inheritance * Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...) * Allow BINARY option to SELECT, like we do with DECLARE -* Prevent truncate on table with a referential integrity trigger +* Prevent truncate on table with a referential integrity trigger (RESTRICT) * MOVE 0 should not move to end of cursor * Overhaul ACL (access control) code