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

From Bruce Momjian
Subject pgsql: Have pg_dump in binary-upgrade mode properly drop user-created
Date
Msg-id E1SmXFx-0004Dk-4R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix sample INSTR function to return 0 if third arg is 0.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Have pg_dump in binary-upgrade mode properly drop user-created