pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect,
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Sep 2003 22:48:53 +0000 (22:48 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Sep 2003 22:48:53 +0000 (22:48 +0000)
commit6767cebc6fb2932752ebb69127817be7b7a10414
treea52e80681fc91263e73d5894a75761c4e143540f
parent45de72b683b680c83aeebf5e50dc198869247113
pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect,
to control object ownership.  The use-set-session-authorization and
no-reconnect switches are obsolete (still accepted on the command line,
but they don't do anything).  This is a precursor to fixing handling
of CREATE SCHEMA, which will be a separate commit.
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_restore.sgml
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/pg_restore.c