Commit c49b6f45 authored by Bruce Momjian's avatar Bruce Momjian

With disabled triggers, allow pg_dump to use ALTER TABLE ADD FOREIGN KEY

parent 11d5c820
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Thu May 15 12:10:39 EDT 2003 Last updated: Fri May 23 21:27:42 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -281,6 +281,7 @@ Referential Integrity ...@@ -281,6 +281,7 @@ Referential Integrity
in array in array
* Allow DEFERRABLE UNIQUE constraints * Allow DEFERRABLE UNIQUE constraints
* Allow triggers to be disabled [trigger] * Allow triggers to be disabled [trigger]
* With disabled triggers, allow pg_dump to use ALTER TABLE ADD FOREIGN KEY
* -Support statement-level triggers (Neil) * -Support statement-level triggers (Neil)
* Support triggers on columns (Neil) * Support triggers on columns (Neil)
......
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