Thread: pgsql: Have pg_dump in binary-upgrade mode properly drop user-created

pgsql: Have pg_dump in binary-upgrade mode properly drop user-created

From
Bruce Momjian
Date:
Have pg_dump in binary-upgrade mode properly drop user-created
extensions that might exist in the new empty cluster databases, like
plpgsql.

Backpatch to 9.2.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9c6f8be2b14c170b589fdbd48e3db42c45efb2cc

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |   10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)