Skip to content
Snippets Groups Projects
Commit 7d21a98a authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update TODO list.

parent db194060
No related branches found
No related tags found
No related merge requests found
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -261,7 +261,7 @@ CLIENTS ...@@ -261,7 +261,7 @@ CLIENTS
REFERENTIAL INTEGRITY REFERENTIAL INTEGRITY
* Add MATCH PARTIAL referential integrity * Add MATCH PARTIAL referential integrity [foreign]
* -Check that primary key exists at foreign key definition time * -Check that primary key exists at foreign key definition time
* 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
...@@ -269,7 +269,7 @@ REFERENTIAL INTEGRITY ...@@ -269,7 +269,7 @@ REFERENTIAL INTEGRITY
* Make triggers refer to columns by number, 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"
* Allow user to control trigger firing order * Allow user to control trigger firing order
* Change foreign key constraint for array -> element to mean element * Change foreign key constraint for array -> element to mean element
in array in array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment