From: Bruce Momjian Date: Wed, 28 Nov 2001 20:28:56 +0000 (+0000) Subject: Update 'ps e' comments. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2a7d03b43da2a80c78bd78f040efed4be5faffd1;p=users%2Fbernd%2Fpostgres.git Update 'ps e' comments. --- diff --git a/doc/src/sgml/libpq++.sgml b/doc/src/sgml/libpq++.sgml index 2d51178deb..2c52109f10 100644 --- a/doc/src/sgml/libpq++.sgml +++ b/doc/src/sgml/libpq++.sgml @@ -111,7 +111,8 @@ $Header$ 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. + be read by others using ps e on some + platforms. diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 4fc732d74f..c8bfcd54fa 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -2015,7 +2015,7 @@ 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. +be read by others using ps e on some platforms.