Skip to content

Commit eb56812

Browse files
committed
Fix incorrect column name in pg_stat_replication document.
Fabrízio de Royes Mello
1 parent 009ca5e commit eb56812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
14941494
</entry>
14951495
</row>
14961496
<row>
1497-
<entry><structfield>backend_xid</structfield></entry>
1497+
<entry><structfield>backend_xmin</structfield></entry>
14981498
<entry><type>xid</type></entry>
14991499
<entry>This standby's <literal>xmin</> horizon reported
15001500
by <xref linkend="guc-hot-standby-feedback">.</entry>

0 commit comments

Comments
 (0)