From: Peter Eisentraut Date: Thu, 29 Nov 2001 16:01:15 +0000 (+0000) Subject: Improve wording X-Git-Tag: REL7_2_BETA4~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5aa0dc8dba404af53b6ac30f20155fcc75e63f6;p=postgresql Improve wording --- diff --git a/doc/src/sgml/libpq++.sgml b/doc/src/sgml/libpq++.sgml index aaebc58842..49fd183083 100644 --- a/doc/src/sgml/libpq++.sgml +++ b/doc/src/sgml/libpq++.sgml @@ -1,5 +1,5 @@ @@ -111,7 +111,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.38 2001/11/28 20:36: PGPASSWORD sets the password used if the backend demands password authentication. This is not recommended because the password can - be read by others using a ps environment flag + be read by others using the ps command with special options on some platforms. diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index b45b63156a..c2649dcd64 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -2015,7 +2015,7 @@ sets the user name used to connect to the database and for authentication. PGPASSWORD sets the password used if the backend demands password authentication. This is not recommended because the password can -be read by others using a ps environment flag +be read by others using the ps command with special options on some platforms.