Commit 387b38be authored by Bruce Momjian's avatar Bruce Momjian

Done:

> * -Print table names with constraint names in error messages, or make constraint
parent 36af1dd2
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -306,7 +306,7 @@ Referential Integrity ...@@ -306,7 +306,7 @@ Referential Integrity
* Support triggers on columns (Neil) * Support triggers on columns (Neil)
* Have AFTER triggers execute after the appropriate SQL statement in a * Have AFTER triggers execute after the appropriate SQL statement in a
function, not at the end of the function 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 names unique within a schema
* -Issue NOTICE if foreign key data requires costly test to match primary key * -Issue NOTICE if foreign key data requires costly test to match primary key
* Remove CREATE CONSTRAINT TRIGGER * Remove CREATE CONSTRAINT TRIGGER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment