pgsql: Dump an unvalidated constraint separately from its table

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Dump an unvalidated constraint separately from its table
Date: 2011-11-24 21:48:32
Message-ID: E1RTh9k-0007dJ-8q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e90710f34a6d5a73475e4241852b377675600325

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 44 +++++++++++++++++++++++++++++++++-----------
1 files changed, 33 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2011-11-24 21:50:35 Re: [COMMITTERS] pgsql: Enable CHECK constraints to be declared NOT VALID
Previous Message Heikki Linnakangas 2011-11-24 15:27:23 pgsql: Preserve SQLSTATE when an SPI error is propagated through PL/pyt