]> granicus.if.org Git - postgresql/commit
Fix oversight in pg_dump's handling of extension configuration tables.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Feb 2012 20:22:14 +0000 (15:22 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Feb 2012 20:22:14 +0000 (15:22 -0500)
commit59de132f9a578ae5d2909228484a61309df986e0
tree34920bfbfdfdd83a518775ad86fb5497b28b43b6
parent97dc3c8a147c01da38570e4be7b4979af918dca2
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.
src/bin/pg_dump/pg_dump.c