Обсуждение: pgsql: pg_dump: avoid schema qualification for ALTER ... OWNER

Поиск
Список
Период
Сортировка

pgsql: pg_dump: avoid schema qualification for ALTER ... OWNER

От
Bruce Momjian
Дата:
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(-)