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-01-26 22:17:52 +00:00
parent 61737a7b47
commit c5c71aa51d

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Fri Jan 26 16:34:15 EST 2001 Last updated: Fri Jan 26 17:17:42 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -209,8 +209,8 @@ REFERENTIAL INTEGRITY
* 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
* Enforce referential integrity for system tables * Enforce referential integrity for system tables
* INSERT & UPDATE/DELETE in transaction of primary key referenced by * INSERT & UPDATE/DELETE in transaction of primary key fails with
foreign key fails with deferredTriggerGetPreviousEvent or "change violation" deferredTriggerGetPreviousEvent or "change violation" [foreign]
EXOTIC FEATURES EXOTIC FEATURES