We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9b41b commit cd06c70Copy full SHA for cd06c70
doc/src/sgml/libpq.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<chapter id="libpq">
@@ -2047,7 +2047,8 @@ sets the user name used to connect to the database and for authentication.
2047
<envar>PGPASSWORD</envar>
2048
sets the password used if the backend demands password
2049
authentication. This functionality is deprecated for security
2050
-reasons; consider migrating to <envar>PGPASSWORDFILE</envar>.
+reasons; consider migrating to use the <filename>$HOME/.pgpass</>
2051
+file.
2052
</para>
2053
</listitem>
2054
<listitem>
0 commit comments