Mention ps environment flag, not just -e.

This commit is contained in:
Bruce Momjian 2001-11-28 20:36:09 +00:00
parent 4ee2698d0e
commit cde7dc82ca
2 changed files with 6 additions and 5 deletions

View File

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

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.82 2001/11/28 20:28:56 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.83 2001/11/28 20:36:09 momjian Exp $
-->
<chapter id="libpq">
@ -2015,7 +2015,8 @@ 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 <command>ps e</command> on some platforms.
be read by others using a <command>ps</command> environment flag
on some platforms.
</para>
</listitem>
<listitem>