Missed mention of PGPASSWORDFILE.

This commit is contained in:
Bruce Momjian 2002-09-05 22:09:42 +00:00
parent 6e9b41b3f2
commit cd06c70d9a

View File

@ -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>