pgsql: Dump an unvalidated constraint separately from its table

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Dump an unvalidated constraint separately from its table
Дата
Msg-id E1RTh9k-0007dJ-8q@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Preserve SQLSTATE when an SPI error is propagated through PL/pyt
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix unsupported options in CREATE TABLE ... AS EXECUTE.