Commit 330b1124 authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent a585c20d
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Mon Nov 12 15:26:29 EST 2001 Last updated: Mon Nov 12 20:14:51 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -253,7 +253,7 @@ REFERENTIAL INTEGRITY ...@@ -253,7 +253,7 @@ REFERENTIAL INTEGRITY
* Add deferred trigger queue file (Jan) * Add deferred trigger queue file (Jan)
* Allow oid to act as a foreign key * Allow oid to act as a foreign key
* Implement dirty reads and use them in RI triggers * Implement dirty reads and use them in RI triggers
* Make triggers refer to columns by oid, not name * Make triggers refer to columns by number, not name
* Enforce referential integrity for system tables * Enforce referential integrity for system tables
* INSERT & UPDATE/DELETE in transaction of primary key fails with * INSERT & UPDATE/DELETE in transaction of primary key fails with
deferredTriggerGetPreviousEvent or "change violation" [foreign] deferredTriggerGetPreviousEvent or "change violation" [foreign]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment