Fix incorrect column name in pg_stat_replication document.

Fabrízio de Royes Mello
pull/6/head
Fujii Masao 12 years ago
parent 009ca5e782
commit eb56812144
  1. 2
      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>

Loading…
Cancel
Save