From: Bruce Momjian Date: Fri, 7 Jun 2002 04:19:52 +0000 (+0000) Subject: Add: X-Git-Tag: REL7_3~1447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c78e411fef9401dfb3cd6e9170b5864f3b195601;p=postgresql Add: > * Allow DEFERRABLE UNIQUE constraints --- diff --git a/doc/TODO b/doc/TODO index 498f4f39cb..7a708a0720 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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 ===================