Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d5aa0dc

Browse files
committed
Improve wording
1 parent c3d7e3d commit d5aa0dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/libpq++.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.38 2001/11/28 20:36:09 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.39 2001/11/29 16:01:15 petere Exp $
33
-->
44

55
<chapter id="libpqplusplus">
@@ -111,7 +111,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.38 2001/11/28 20:36:
111111
<envar>PGPASSWORD</envar>
112112
sets the password used if the backend demands password
113113
authentication. This is not recommended because the password can
114-
be read by others using a <command>ps</command> environment flag
114+
be read by others using the <command>ps</command> command with special options
115115
on some platforms.
116116
</para>
117117
</listitem>

doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.83 2001/11/28 20:36:09 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.84 2001/11/29 16:01:15 petere Exp $
33
-->
44

55
<chapter id="libpq">
@@ -2015,7 +2015,7 @@ sets the user name used to connect to the database and for authentication.
20152015
<envar>PGPASSWORD</envar>
20162016
sets the password used if the backend demands password
20172017
authentication. This is not recommended because the password can
2018-
be read by others using a <command>ps</command> environment flag
2018+
be read by others using the <command>ps</command> command with special options
20192019
on some platforms.
20202020
</para>
20212021
</listitem>

0 commit comments

Comments
 (0)