summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2005-02-26 14:21:40 +0000
committerBruce Momjian2005-02-26 14:21:40 +0000
commit0060023c3d72707020c4d0bbebac39e7ccd122e5 (patch)
treec561c37ab8e29f4a60f69aa112bae38595ffeafd
parent5553d6572a5c05b5663273819f14b5c373dface4 (diff)
State PGPASSWORD is "not recommended" rather than "depricated".
-rw-r--r--doc/src/sgml/libpq.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 373c257f539..73cee75d483 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1,5 +1,5 @@
<!--
-$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">
@@ -3691,7 +3691,7 @@ sets the user name used to connect to the database.
</indexterm>
<envar>PGPASSWORD</envar>
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</>
file (see <xref linkend="libpq-pgpass">).
</para>