Update 'ps e' comments.
authorBruce Momjian
Wed, 28 Nov 2001 20:28:56 +0000 (20:28 +0000)
committerBruce Momjian
Wed, 28 Nov 2001 20:28:56 +0000 (20:28 +0000)
doc/src/sgml/libpq++.sgml
doc/src/sgml/libpq.sgml

index 3394953d0d79d38d99504093211d0fc4fb8cd504..8ece8b64d05e54bc3eccbdd3d85a81deab0c21ae 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -111,7 +111,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.36 2001/11/28 19:57:
    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.
        
       
       
index 92d6c13189b74dde10c998fc79fceb157b7922a2..c3cbdd236eb1d6c6a67baa0f73bc9d1232f98141 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -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.