From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 26 Jan 2001 21:16:15 +0000 (+0000)
Subject: Update TODO list.
X-Git-Tag: REL7_1~651
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9b1bac6108f6853123309ed8b132011f3be18e8;p=postgresql

Update TODO list.
---

diff --git a/doc/TODO b/doc/TODO
index e7260b1222..9bae5dc9c3 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Fri Jan 26 15:58:49 EST 2001
+Last updated:		Fri Jan 26 16:16:06 EST 2001
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -209,6 +209,8 @@ REFERENTIAL INTEGRITY
 * Allow oid to act as a foreign key
 * Implement dirty reads and use them in RI triggers
 * Enforce referential integrity for system tables
+* INSERT & UPDATE/DELETE in transaction of primary key referenced by
+  foreign key fails with deferredTriggerGetPreviousEvent or "change violation"
 
 EXOTIC FEATURES