Update as completed:

> * -Allow oid to act as a foreign key
This commit is contained in:
Bruce Momjian 2002-04-15 20:52:12 +00:00
parent c4e0c113b8
commit c2f1e93aeb
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Sun Apr 14 13:17:07 EDT 2002
Last updated: Mon Apr 15 16:51:11 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -296,7 +296,7 @@ REFERENTIAL INTEGRITY
* Add MATCH PARTIAL referential integrity [foreign]
* 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
* Make triggers refer to columns by number, not name
* Enforce referential integrity for system tables