summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-06-10 19:04:49 +0000
committerBruce Momjian <bruce@momjian.us>2004-06-10 19:04:49 +0000
commit387b38bec468b88a3e4652124e283fca4a699fb8 (patch)
treecd3c228479914fb5f59c9e8867dc818dc03e5ecb
parent36af1dd299e994f24814bdfb3e72a1ac1a98d751 (diff)
Done:
> * -Print table names with constraint names in error messages, or make constraint
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 256c99d4b5d..c39395ac19a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Jun 10 07:56:22 EDT 2004
+Last updated: Thu Jun 10 15:04:47 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -306,7 +306,7 @@ Referential Integrity
* Support triggers on columns (Neil)
* Have AFTER triggers execute after the appropriate SQL statement in a
function, not at the end of the function
-* Print table names with constraint names in error messages, or make constraint
+* -Print table names with constraint names in error messages, or make constraint
names unique within a schema
* -Issue NOTICE if foreign key data requires costly test to match primary key
* Remove CREATE CONSTRAINT TRIGGER