mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 23:28:01 -04:00
With disabled triggers, allow pg_dump to use ALTER TABLE ADD FOREIGN KEY
This commit is contained in:
parent
11d5c82002
commit
c49b6f4510
1 changed files with 2 additions and 1 deletions
3
doc/TODO
3
doc/TODO
|
|
@ -1,6 +1,6 @@
|
|||
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)
|
||||
|
||||
|
|
@ -281,6 +281,7 @@ Referential Integrity
|
|||
in array
|
||||
* Allow DEFERRABLE UNIQUE constraints
|
||||
* 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 triggers on columns (Neil)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue