From: Bruce Momjian Date: Thu, 8 Jun 2000 16:03:12 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_1_BETA~1172 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32d6ce1598e6e3f1538ec08e66882bc45126aba8;p=thirdparty%2Fpostgresql.git Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 6940d458175..bb6f0aa3ec0 100644 --- a/doc/TODO +++ b/doc/TODO @@ -129,7 +129,7 @@ COMMANDS * Allow DELETE and UPDATE to use inheritance using tablename* * 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 acting as foreign key +* Prevent truncate on table with a referential integrity trigger CLIENTS