aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-11-29 16:01:15 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-11-29 16:01:15 +0000
commitd5aa0dc8dba404af53b6ac30f20155fcc75e63f6 (patch)
tree2132364f901303160dd374e1f5e293f9993d6eb0
parentc3d7e3d439d81f6b9eb4a401c28f75e7b8014f71 (diff)
downloadpostgresql-d5aa0dc8dba404af53b6ac30f20155fcc75e63f6.tar.gz
postgresql-d5aa0dc8dba404af53b6ac30f20155fcc75e63f6.zip
Improve wording
-rw-r--r--doc/src/sgml/libpq++.sgml4
-rw-r--r--doc/src/sgml/libpq.sgml4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/libpq++.sgml b/doc/src/sgml/libpq++.sgml
index aaebc58842f..49fd1830832 100644
--- a/doc/src/sgml/libpq++.sgml
+++ b/doc/src/sgml/libpq++.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.38 2001/11/28 20:36:09 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.39 2001/11/29 16:01:15 petere Exp $
-->
<chapter id="libpqplusplus">
@@ -111,7 +111,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.38 2001/11/28 20:36:
<envar>PGPASSWORD</envar>
sets the password used if the backend demands password
authentication. This is not recommended because the password can
- be read by others using a <command>ps</command> environment flag
+ be read by others using the <command>ps</command> command with special options
on some platforms.
</para>
</listitem>
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index b45b63156a4..c2649dcd647 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.83 2001/11/28 20:36:09 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.84 2001/11/29 16:01:15 petere Exp $
-->
<chapter id="libpq">
@@ -2015,7 +2015,7 @@ sets the user name used to connect to the database and for authentication.
<envar>PGPASSWORD</envar>
sets the password used if the backend demands password
authentication. This is not recommended because the password can
-be read by others using a <command>ps</command> environment flag
+be read by others using the <command>ps</command> command with special options
on some platforms.
</para>
</listitem>