mirror of https://github.com/postgres/postgres
Missed mention of PGPASSWORDFILE.
This commit is contained in:
parent
6e9b41b3f2
commit
cd06c70d9a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue