pgsql: Ensure that user created rows in extension tables get dumped if - Mailing list pgsql-committers

From Joe Conway
Subject pgsql: Ensure that user created rows in extension tables get dumped if
Date
Msg-id E1UVnvg-0003lj-Ql@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Ensure that user created rows in extension tables get dumped if the table is explicitly requested, either with a
-t/--tableswitch of the table itself, or by -n/--schema switch of the schema containing the extension table. Patch
reviewedby Vibhor Kumar and Dimitri Fontaine. 

Backpatched to 9.1 when the extension management facility was added.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4dbe52d3bf4d17fd1389f987126db67650085255

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |   53 ++++++++++++++++++++++++++++++++++----------
1 files changed, 41 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Joe Conway
Date:
Subject: pgsql: Ensure that user created rows in extension tables get dumped if
Next
From: Joe Conway
Date:
Subject: pgsql: Ensure that user created rows in extension tables get dumped if