pgsql: Fix oversight in pg_dump's handling of extension configuration t

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix oversight in pg_dump's handling of extension configuration t
Date: 2012-02-10 20:22:55
Message-ID: E1Rvwzf-0000pH-FT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/59de132f9a578ae5d2909228484a61309df986e0

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alex Hunsaker 2012-02-11 09:57:04 Re: [COMMITTERS] pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram.
Previous Message Tom Lane 2012-02-10 19:10:14 pgsql: Fix brain fade in previous pg_dump patch.