From: Bruce Momjian Date: Sat, 26 Feb 2005 14:21:40 +0000 (+0000) Subject: State PGPASSWORD is "not recommended" rather than "depricated". X-Git-Tag: REL8_1_0BETA1~1316 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=0060023c3d72707020c4d0bbebac39e7ccd122e5;p=users%2Fheikki%2Fpostgres.git State PGPASSWORD is "not recommended" rather than "depricated". --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 373c257f53..73cee75d48 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -3691,7 +3691,7 @@ sets the user name used to connect to the database. PGPASSWORD 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 ~/.pgpass file (see ).