aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2014-05-19 17:03:30 +0900
committerFujii Masao <fujii@postgresql.org>2014-05-19 17:03:30 +0900
commiteb56812144bb310f7cb2f63e53d6d58f30df95b5 (patch)
tree96712e9cbbe0767c26037772cec6f0ab003745ea
parent009ca5e7821d742ed118a87c756c857895f3ffdd (diff)
downloadpostgresql-eb56812144bb310f7cb2f63e53d6d58f30df95b5.tar.gz
postgresql-eb56812144bb310f7cb2f63e53d6d58f30df95b5.zip
Fix incorrect column name in pg_stat_replication document.
Fabrízio de Royes Mello
-rw-r--r--doc/src/sgml/monitoring.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index ffdf0c53e9b..1c05243a4a7 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -1494,7 +1494,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
</entry>
</row>
<row>
- <entry><structfield>backend_xid</structfield></entry>
+ <entry><structfield>backend_xmin</structfield></entry>
<entry><type>xid</type></entry>
<entry>This standby's <literal>xmin</> horizon reported
by <xref linkend="guc-hot-standby-feedback">.</entry>