Thread: pgsql: Ensure that user created rows in extension tables get dumped if

pgsql: Ensure that user created rows in extension tables get dumped if

From
Joe Conway
Date:
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
------
master

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

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