diff options
-rw-r--r-- | doc/src/sgml/libpq.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.95 2002/09/05 22:05:48 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.96 2002/09/05 22:09:42 momjian Exp $ --> <chapter id="libpq"> @@ -2047,7 +2047,8 @@ sets the user name used to connect to the database and for authentication. <envar>PGPASSWORD</envar> sets the password used if the backend demands password authentication. This functionality is deprecated for security -reasons; consider migrating to <envar>PGPASSWORDFILE</envar>. +reasons; consider migrating to use the <filename>$HOME/.pgpass</> +file. </para> </listitem> <listitem> |