From a4e8cd306c295e4a959e04d4aa20e53d8c9ae2e6 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 29 Nov 2001 20:43:43 +0000
Subject: [PATCH] Cleanup of new ps markup.

---
 doc/src/sgml/monitoring.sgml | 6 ++++--
 1 file 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>
 
-- 
GitLab