pgsql: Dump an unvalidated constraint separately from its table - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Dump an unvalidated constraint separately from its table
Date
Msg-id E1RTh9k-0007dJ-8q@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Preserve SQLSTATE when an SPI error is propagated through PL/pyt
Next
From: Tom Lane
Date:
Subject: pgsql: Fix unsupported options in CREATE TABLE ... AS EXECUTE.