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

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure that user created rows in extension tables get dumped if
Date: 2013-04-26 19:03:42
Message-ID: E1UVnvq-0003m5-FP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Ensure that user created rows in extension tables get dumped if the table is explicitly requested, either with a -t/--table switch of the table itself, or by -n/--schema switch of the schema containing the extension table. Patch reviewed by Vibhor Kumar and Dimitri Fontaine.

Backpatched to 9.1 when the extension management facility was added.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/359c8e4545a0d67465205353bd0b086aedbf5293

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-04-26 19:49:47 pgsql: Fix collation assignment for aggregates with ORDER BY.
Previous Message Joe Conway 2013-04-26 19:03:32 pgsql: Ensure that user created rows in extension tables get dumped if