]> granicus.if.org Git - postgresql/commitdiff
Done:
authorBruce Momjian <bruce@momjian.us>
Sat, 13 Mar 2004 23:17:39 +0000 (23:17 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 13 Mar 2004 23:17:39 +0000 (23:17 +0000)
> * -Issue NOTICE if foreign key data requires costly test to match primary key

doc/TODO

index 4f2f1d5701449e048a723085a5c5ef554a9a844d..8400395ce473475cea43ec4bfc5f372457f8de8d 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Mon Mar  8 23:45:40 EST 2004
+Last updated:          Sat Mar 13 18:17:39 EST 2004
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -314,7 +314,7 @@ Referential Integrity
   function, not at the end of the function
 * Print table names with constraint names in error messages, or make constraint
   names unique within a schema
-* Issue NOTICE if foreign key data type doesn't match primary key
+* -Issue NOTICE if foreign key data requires costly test to match primary key
 * Remove CREATE CONSTRAINT TRIGGER