aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-03-13 23:17:39 +0000
committerBruce Momjian <bruce@momjian.us>2004-03-13 23:17:39 +0000
commitafaf252ceeb9e5d0606b612eea8affa529c13bef (patch)
tree448b9356c465d637b4606db3efb146ebf64d5db3
parentb88fa3b196644526c96cc08189f62773808151ab (diff)
downloadpostgresql-afaf252ceeb9e5d0606b612eea8affa529c13bef.tar.gz
postgresql-afaf252ceeb9e5d0606b612eea8affa529c13bef.zip
Done:
> * -Issue NOTICE if foreign key data requires costly test to match primary key
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 4f2f1d57014..8400395ce47 100644
--- 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