pgsql: pg_dump: avoid schema qualification for ALTER ... OWNER - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: pg_dump: avoid schema qualification for ALTER ... OWNER
Date
Msg-id E1V9GnO-0002zZ-7t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_dump:  avoid schema qualification for ALTER ... OWNER

We already use search_path to specify the schema, so there is no need
for pg_dump to schema-qualify the name.  Also remove dead code.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/808f8f5d6da5c79ed10bbe9f721215279a81d1eb

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c |   35 ++++++----------------------------
1 file changed, 6 insertions(+), 29 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: My commit messages and blank lines
Next
From: Bruce Momjian
Date:
Subject: pgsql: 9.3 release notes: move foreign table item