diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-11-29 20:43:43 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-11-29 20:43:43 +0000 |
commit | a4e8cd306c295e4a959e04d4aa20e53d8c9ae2e6 (patch) | |
tree | 6f470505dda185e5efb847ade18797b91d25639e | |
parent | 82c6869369260a13dfcc5bbc308b1ac139d4e185 (diff) | |
download | postgresql-a4e8cd306c295e4a959e04d4aa20e53d8c9ae2e6.tar.gz postgresql-a4e8cd306c295e4a959e04d4aa20e53d8c9ae2e6.zip |
Cleanup of new ps markup.
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 0af2bdaa04b..882a98382fc 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.5 2001/11/29 20:26:55 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.6 2001/11/29 20:43:43 momjian Exp $ --> <chapter id="monitoring"> @@ -81,7 +81,9 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re flags, not just one. In addition, your original invocation of the <application>postmaster</application> must have a shorter <command>ps</command> status display than that provided by each - backend. + backend. If you fail to do all three things, the <command>ps</> + output for each backend will be the original <application>postmaster</> + command line. </para> </tip> |