aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-29 20:26:55 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-29 20:26:55 +0000
commit82c6869369260a13dfcc5bbc308b1ac139d4e185 (patch)
treed1d3f4a56c276f20356709a7e58cf7e4c9852a54
parent8aa538cfd5a2bcdfc54aced86c7c17b502742fc6 (diff)
downloadpostgresql-82c6869369260a13dfcc5bbc308b1ac139d4e185.tar.gz
postgresql-82c6869369260a13dfcc5bbc308b1ac139d4e185.zip
Update ps status display information for Solaris, from Tom Lane.
-rw-r--r--doc/src/sgml/monitoring.sgml17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 553f69f4df3..0af2bdaa04b 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.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">