]> 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:36 +0000 (15:22 -0500)
commitdd4e0a38781e0c48409f0c092b04b2ec75ed1a7e
treef01dc2d7cf51a5a6f6c22c9512882d30795e4dab
parente565eff45a7d2cec6148cb5942d24ad0ebfbb1af
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