From: Bruce Momjian Date: Tue, 27 Nov 2001 19:35:38 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_2_BETA4~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d21a98a56b8f3fc8095e1936b1d674dda42fa22;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index f05aaa8e04..d6205355e2 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Nov 27 14:31:03 EST 2001 +Last updated: Tue Nov 27 14:35:32 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -261,7 +261,7 @@ CLIENTS REFERENTIAL INTEGRITY -* Add MATCH PARTIAL referential integrity +* Add MATCH PARTIAL referential integrity [foreign] * -Check that primary key exists at foreign key definition time * Add deferred trigger queue file (Jan) * Allow oid to act as a foreign key @@ -269,7 +269,7 @@ REFERENTIAL INTEGRITY * Make triggers refer to columns by number, not name * Enforce referential integrity for system tables * -INSERT & UPDATE/DELETE in transaction of primary key fails with - deferredTriggerGetPreviousEvent or "change violation" [foreign] + deferredTriggerGetPreviousEvent or "change violation" * Allow user to control trigger firing order * Change foreign key constraint for array -> element to mean element in array