]> granicus.if.org Git - postgresql/commitdiff
Fix incorrect column name in pg_stat_replication document.
authorFujii Masao <fujii@postgresql.org>
Mon, 19 May 2014 08:03:30 +0000 (17:03 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 19 May 2014 08:03:30 +0000 (17:03 +0900)
Fabrízio de Royes Mello

doc/src/sgml/monitoring.sgml

index ffdf0c53e9b2c14eb1e7d587cb886c98aa82e838..1c05243a4a7ccd26770f949ad6a039d7e60116c4 100644 (file)
@@ -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>