Dump an unvalidated constraint separately from its table
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 24 Nov 2011 21:35:22 +0000 (18:35 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 24 Nov 2011 21:40:38 +0000 (18:40 -0300)
commite90710f34a6d5a73475e4241852b377675600325
treed2e8671ff38c8cee2a43ac9ec50025800f0bc32b
parentf21fc7f9fc63ff86d7d77d352ae274b6e2b6e09e
Dump an unvalidated constraint separately from its table

This allows possibly violating data to be imported before the constraint
is installed.

Bug reported by Thom Brown
src/bin/pg_dump/pg_dump.c