]> granicus.if.org Git - postgresql/commitdiff
Update ps status display information for Solaris, from Tom Lane.
authorBruce Momjian <bruce@momjian.us>
Thu, 29 Nov 2001 20:26:55 +0000 (20:26 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 29 Nov 2001 20:26:55 +0000 (20:26 +0000)
doc/src/sgml/monitoring.sgml

index 553f69f4df39df6ce91bd8d0d0c4f33d6f4e8cb4..0af2bdaa04b187647427d00e2348743413f78d3a 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.4 2001/11/12 19:19:39 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.5 2001/11/29 20:26:55 momjian Exp $
 -->
 
 <chapter id="monitoring">
@@ -72,6 +72,21 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
   that process 1003 is waiting for process 1016 to complete its transaction and
   thereby release some lock or other.
   </para>
+
+  <tip>
+  <para>
+  <productname>Solaris</productname> requires special handling. You must
+  use <command>/usr/ucb/ps</command>, rather than
+  <command>/bin/ps</command>. You also must use two <command>w</command>
+  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.
+  </para>
+  </tip>
+
+
+
  </sect1>
 
  <sect1 id="monitoring-stats">