]> granicus.if.org Git - postgresql/commit
Add -U and -W options to pg_dump and friends to support non-interactive
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 17 May 2001 21:12:49 +0000 (21:12 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 17 May 2001 21:12:49 +0000 (21:12 +0000)
commitf000ffd28ec815c4f0aff0f7daffe9a5693a9648
tree23849a8adb2f8f0a625f9f5963748d176385dd03
parent761a0bb69b5a9a773786f90da8e2efa91e5a2804
Add -U and -W options to pg_dump and friends to support non-interactive
specification of username (like in psql).  pg_dumpall now works with
password authentication.
doc/src/sgml/backup.sgml
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dumpall.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_backup_archiver.h
src/bin/pg_dump/pg_backup_db.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.sh
src/bin/pg_dump/pg_restore.c