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.
Showing
- doc/src/sgml/ref/pg_dump.sgml 20 additions, 64 deletionsdoc/src/sgml/ref/pg_dump.sgml
- doc/src/sgml/ref/pg_restore.sgml 18 additions, 31 deletionsdoc/src/sgml/ref/pg_restore.sgml
- src/bin/pg_dump/pg_backup.h 2 additions, 7 deletionssrc/bin/pg_dump/pg_backup.h
- src/bin/pg_dump/pg_backup_archiver.c 59 additions, 114 deletionssrc/bin/pg_dump/pg_backup_archiver.c
- src/bin/pg_dump/pg_dump.c 6 additions, 14 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/pg_dumpall.c 2 additions, 3 deletionssrc/bin/pg_dump/pg_dumpall.c
- src/bin/pg_dump/pg_restore.c 4 additions, 10 deletionssrc/bin/pg_dump/pg_restore.c
Loading
Please register or sign in to comment