mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Update TODO list.
This commit is contained in:
parent
db19406043
commit
7d21a98a56
6
doc/TODO
6
doc/TODO
@ -1,6 +1,6 @@
|
||||
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)
|
||||
|
||||
@ -261,7 +261,7 @@ CLIENTS
|
||||
|
||||
REFERENTIAL INTEGRITY
|
||||
|
||||
* Add MATCH PARTIAL referential integrity
|
||||
* Add MATCH PARTIAL referential integrity [foreign]
|
||||
* -Check that primary key exists at foreign key definition time
|
||||
* Add deferred trigger queue file (Jan)
|
||||
* Allow oid to act as a foreign key
|
||||
@ -269,7 +269,7 @@ REFERENTIAL INTEGRITY
|
||||
* Make triggers refer to columns by number, not name
|
||||
* Enforce referential integrity for system tables
|
||||
* -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
|
||||
* Change foreign key constraint for array -> element to mean element
|
||||
in array
|
||||
|
Loading…
Reference in New Issue
Block a user