]> granicus.if.org Git - postgresql/commit
Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.
authorBruce Momjian <bruce@momjian.us>
Thu, 5 Sep 2002 22:05:50 +0000 (22:05 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 5 Sep 2002 22:05:50 +0000 (22:05 +0000)
commit5fc10c3d17f12fbdc9b676b2c2e5efb6ef588334
treed813c30b2818566fed58e18596105e6e5cc8277e
parentf4aecac468d6602eb03c4f8ee80e00b3d279b961
Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.

Cleanup up memory allocation for $HOME in related psql places.

Update mention of $HOME/.pgpass in the docs;  add mention in pg_dumpall.
doc/src/sgml/libpq.sgml
doc/src/sgml/ref/clusterdb.sgml
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/vacuumdb.sgml
src/bin/psql/input.c
src/bin/psql/startup.c
src/interfaces/libpq/fe-connect.c