pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6767cebc6fb2932752ebb69127817be7b7a10414
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-09-23T22:48:53Z
Releases: 7.4.1
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.

Files