> * Allow DEFERRABLE UNIQUE constraints
This commit is contained in:
Bruce Momjian 2002-06-07 04:19:52 +00:00
parent ce4a287f43
commit c78e411fef
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Thu Jun 6 23:46:49 EDT 2002
Last updated: Fri Jun 7 00:19:37 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -313,7 +313,7 @@ Referential Integrity
* Change foreign key constraint for array -> element to mean element
in array
* Fix foreign key constraints to not error on intermediate db states (Stephan)
* Allow DEFERRABLE UNIQUE constraints
Dependency Checking
===================