pgsql: Fix oversight in pg_dump's handling of extension configuration t - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix oversight in pg_dump's handling of extension configuration t
Date
Msg-id E1Rvwzf-0000pJ-GQ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix oversight in pg_dump's handling of extension configuration tables.

If an extension has not been selected to be dumped (perhaps because of
a --schema or --table switch), the contents of its configuration tables
surely should not get dumped either.  Per gripe from
Hubert Depesz Lubaczewski.

Branch
------
REL9_1_STABLE

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

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |    9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix brain fade in previous pg_dump patch.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix oversight in pg_dump's handling of extension configuration t