Change pg_dump to use ALTER OWNER commands instead of SET SESSION

Bruce Momjian <bruce@momjian.us>

Commit: dc0e76ca36b4f7b91c3b83e53012585c5eccbe98
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-07-13T03:00:17Z
Releases: 8.0.0
Change pg_dump to use ALTER OWNER commands instead of SET SESSION
AUTHORIZATION commands by default.  Move all GRANT and REVOKE commands
to the end of the dump to avoid restore failures in several situations.
Bring back --use-set-session-authorization option to get previous SET
behaviour

Christopher Kings-Lyne

Files