aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/monitoring.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/monitoring.sgml')
-rw-r--r--doc/src/sgml/monitoring.sgml22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 9c9662e7934..e3b2678bdcd 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.41 2006/12/02 09:29:51 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.42 2006/12/06 18:06:46 neilc Exp $ -->
<chapter id="monitoring">
<title>Monitoring Database Activity</title>
@@ -244,16 +244,16 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<tbody>
<row>
<entry><structname>pg_stat_activity</></entry>
- <entry>One row per server process, showing database OID, database name,
- process <acronym>ID</>, user OID, user name, current query, query's
- waiting status, time at
- which the current query began execution, time at which the process
- was started, and client's address and port number. The columns
- that report data on the current query are available unless the
- parameter <varname>stats_command_string</varname> has been
- turned off. Furthermore, these columns are only visible if the
- user examining the view is a superuser or the same as the user
- owning the process being reported on.
+ <entry>One row per server process, showing database OID, database
+ name, process <acronym>ID</>, user OID, user name, current query,
+ query's waiting status, time at which the current transaction and
+ current query began execution, time at which the process was
+ started, and client's address and port number. The columns that
+ report data on the current query are available unless the parameter
+ <varname>stats_command_string</varname> has been turned off.
+ Furthermore, these columns are only visible if the user examining
+ the view is a superuser or the same as the user owning the process
+ being reported on.
</entry>
</row>