From: Bruce Momjian Date: Thu, 5 Sep 2002 22:09:42 +0000 (+0000) Subject: Missed mention of PGPASSWORDFILE. X-Git-Tag: REL7_3~532 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd06c70d9a308b21692628d1d9e30e0cdadc40e5;p=thirdparty%2Fpostgresql.git Missed mention of PGPASSWORDFILE. --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 90e1c48125d..03d76649908 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -2047,7 +2047,8 @@ sets the user name used to connect to the database and for authentication. PGPASSWORD sets the password used if the backend demands password authentication. This functionality is deprecated for security -reasons; consider migrating to PGPASSWORDFILE. +reasons; consider migrating to use the $HOME/.pgpass +file.