1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Update TODO list.

This commit is contained in:
Bruce Momjian 2001-09-07 18:50:07 +00:00
parent 7e26a8241d
commit 0c585f7506

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Thu Sep 6 21:29:44 EDT 2001 Last updated: Fri Sep 7 14:50:01 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -226,6 +226,7 @@ REFERENTIAL INTEGRITY
* 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]
* 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