From 4ee2698d0eb9158a7154c37b5d9257182549728c Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Wed, 28 Nov 2001 20:28:56 +0000 Subject: [PATCH] Update 'ps e' comments. --- doc/src/sgml/libpq++.sgml | 5 +++-- doc/src/sgml/libpq.sgml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/libpq++.sgml b/doc/src/sgml/libpq++.sgml index 3394953d0d7..8ece8b64d05 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.36 2001/11/28 19:57:36 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.37 2001/11/28 20:28:55 momjian Exp $ --> <chapter id="libpqplusplus"> @@ -111,7 +111,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.36 2001/11/28 19:57: <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>. + be read by others using <command>ps e</command> on some + platforms. </para> </listitem> <listitem> diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 92d6c13189b..c3cbdd236eb 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.81 2001/11/28 19:57:36 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.82 2001/11/28 20:28:56 momjian 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 <command>ps -e</command>. +be read by others using <command>ps e</command> on some platforms. </para> </listitem> <listitem> -- GitLab