CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: petere@hub.org 01/08/22 16:23:24
Modified files:
doc/src/sgml/ref: pg_dump.sgml pg_restore.sgml
src/bin/pg_dump: pg_backup.h pg_backup_archiver.c
pg_backup_archiver.h pg_backup_db.c pg_dump.c
pg_dump.h pg_restore.c
Log message:
Add option to output SET SESSION AUTHORIZATION commands rather than
\connect, to avoid possible password prompts and such, at the drawback of
having to have superuser access.