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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3e00d332615be32d64bbb1f604a783fade3146c0

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