From cde7dc82ca35d9c80cc302b86f10e04641b83af3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 28 Nov 2001 20:36:09 +0000 Subject: [PATCH] Mention ps environment flag, not just -e. --- doc/src/sgml/libpq++.sgml | 6 +++--- doc/src/sgml/libpq.sgml | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/libpq++.sgml b/doc/src/sgml/libpq++.sgml index 8ece8b64d05..aaebc58842f 100644 --- a/doc/src/sgml/libpq++.sgml +++ b/doc/src/sgml/libpq++.sgml @@ -1,5 +1,5 @@ @@ -111,8 +111,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.37 2001/11/28 20:28: PGPASSWORD sets the password used if the backend demands password authentication. This is not recommended because the password can - be read by others using ps e on some - platforms. + be read by others using a ps environment flag + on some platforms. diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index c3cbdd236eb..b45b63156a4 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -2015,7 +2015,8 @@ sets the user name used to connect to the database and for authentication. PGPASSWORD sets the password used if the backend demands password authentication. This is not recommended because the password can -be read by others using ps e on some platforms. +be read by others using a ps environment flag +on some platforms.