summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2011-01-11 21:25:28 +0100
committerMagnus Hagander <magnus@hagander.net>2011-01-11 21:25:28 +0100
commit4c8e20f815cbdf043d6d27906fd85ae50c9e4870 (patch)
treebae18c14b6b970108fffa0a1f27085b6e65dd0b1 /doc/src
parent47a5f3e9dab68f47ebadc759afb97b900c437c54 (diff)
Track walsender state in shared memory and expose in pg_stat_replication
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/monitoring.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index e2d27da38c7..241131ce614 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -298,8 +298,8 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry><structname>pg_stat_replication</><indexterm><primary>pg_stat_replication</primary></indexterm></entry>
<entry>One row per WAL sender process, showing process <acronym>ID</>,
user OID, user name, application name, client's address and port number,
- time at which the server process began execution, and transaction log
- location.
+ time at which the server process began execution, current WAL sender
+ state and transaction log location.
</entry>
</row>