Commit 0060023c authored by Bruce Momjian's avatar Bruce Momjian

State PGPASSWORD is "not recommended" rather than "depricated".

parent 5553d657
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.178 2005/01/14 00:23:21 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.179 2005/02/26 14:21:40 momjian Exp $
--> -->
<chapter id="libpq"> <chapter id="libpq">
...@@ -3691,7 +3691,7 @@ sets the user name used to connect to the database. ...@@ -3691,7 +3691,7 @@ sets the user name used to connect to the database.
</indexterm> </indexterm>
<envar>PGPASSWORD</envar> <envar>PGPASSWORD</envar>
sets the password used if the server demands password sets the password used if the server demands password
authentication. This environment variable is deprecated for security authentication. This environment variable is not recommended for security
reasons; instead consider using the <filename>~/.pgpass</> reasons; instead consider using the <filename>~/.pgpass</>
file (see <xref linkend="libpq-pgpass">). file (see <xref linkend="libpq-pgpass">).
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment