Add a -w/--no-password option that prevents all password prompts to all

Peter Eisentraut <peter_e@gmx.net>

Commit: 9de59fd191dc86e7a49a5d7726ef09041549fc88
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-02-26T16:02:39Z
Releases: 8.4.0
Add a -w/--no-password option that prevents all password prompts to all
programs that have a -W/--password option.

In passing, remove the ancient PSQL_ALWAYS_GET_PASSWORDS compile option.

Files

PathChange+/−
contrib/vacuumlo/vacuumlo.c modified +19 −7
doc/src/sgml/ref/clusterdb.sgml modified +16 −1
doc/src/sgml/ref/createdb.sgml modified +16 −1
doc/src/sgml/ref/createlang.sgml modified +16 −1
doc/src/sgml/ref/createuser.sgml modified +16 −1
doc/src/sgml/ref/dropdb.sgml modified +16 −1
doc/src/sgml/ref/droplang.sgml modified +16 −1
doc/src/sgml/ref/dropuser.sgml modified +16 −1
doc/src/sgml/ref/pg_dumpall.sgml modified +16 −1
doc/src/sgml/ref/pg_dump.sgml modified +16 −1
doc/src/sgml/ref/pg_restore.sgml modified +16 −1
doc/src/sgml/ref/psql-ref.sgml modified +21 −1
doc/src/sgml/ref/reindexdb.sgml modified +15 −0
doc/src/sgml/ref/vacuumdb.sgml modified +16 −1
doc/src/sgml/vacuumlo.sgml modified +15 −1
src/bin/pg_dump/pg_backup_archiver.c modified +7 −4
src/bin/pg_dump/pg_backup_archiver.h modified +2 −2
src/bin/pg_dump/pg_backup_db.c modified +13 −7
src/bin/pg_dump/pg_backup.h modified +10 −3
src/bin/pg_dump/pg_dumpall.c modified +19 −11
src/bin/pg_dump/pg_dump.c modified +10 −5
src/bin/pg_dump/pg_restore.c modified +9 −3
src/bin/psql/command.c modified +3 −3
src/bin/psql/help.c modified +2 −1
src/bin/psql/settings.h modified +8 −2
src/bin/psql/startup.c modified +11 −11
src/bin/scripts/clusterdb.c modified +18 −13
src/bin/scripts/common.c modified +5 −4
src/bin/scripts/common.h modified +9 −2
src/bin/scripts/createdb.c modified +11 −6
src/bin/scripts/createlang.c modified +11 −6
src/bin/scripts/createuser.c modified +10 −12
src/bin/scripts/dropdb.c modified +10 −5
src/bin/scripts/droplang.c modified +11 −6
src/bin/scripts/dropuser.c modified +10 −5
src/bin/scripts/reindexdb.c modified +24 −19
src/bin/scripts/vacuumdb.c modified +18 −13
src/include/pg_config_manual.h modified +1 −7