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

Commit cde7dc8

Browse files
committed
Mention ps environment flag, not just -e.
1 parent 4ee2698 commit cde7dc8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/src/sgml/libpq++.sgml

Lines changed: 3 additions & 3 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.37 2001/11/28 20:28:55 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.38 2001/11/28 20:36:09 momjian Exp $
33
-->
44

55
<chapter id="libpqplusplus">
@@ -111,8 +111,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.37 2001/11/28 20:28:
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 <command>ps e</command> on some
115-
platforms.
114+
be read by others using a <command>ps</command> environment flag
115+
on some platforms.
116116
</para>
117117
</listitem>
118118
<listitem>

doc/src/sgml/libpq.sgml

Lines changed: 3 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.82 2001/11/28 20:28:56 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.83 2001/11/28 20:36:09 momjian Exp $
33
-->
44

55
<chapter id="libpq">
@@ -2015,7 +2015,8 @@ 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 <command>ps e</command> on some platforms.
2018+
be read by others using a <command>ps</command> environment flag
2019+
on some platforms.
20192020
</para>
20202021
</listitem>
20212022
<listitem>

0 commit comments

Comments
 (0)