From: Bruce Momjian Date: Sat, 26 Feb 2005 18:39:04 +0000 (+0000) Subject: Clarify PGPASSWORD usage: X-Git-Tag: REL8_1_0BETA1~1314 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ffef9a9de4f7d992ebfbf88e5e926bc5e022f420;p=thirdparty%2Fpostgresql.git Clarify PGPASSWORD usage: ! authentication. Use of this environment variable is not ! recommended for security reasons (some operating systems ! allow non-root users to see process environment variables via ! ps); instead consider using the ! ~/.pgpass file (see ). --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 73cee75d483..968cb197494 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -3691,9 +3691,11 @@ 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 not recommended for security -reasons; instead consider using the ~/.pgpass -file (see ). +authentication. Use of this environment variable is not +recommended for security reasons (some operating systems +allow non-root users to see process environment variables via +ps); instead consider using the +~/.pgpass file (see ).