diff options
Diffstat (limited to 'doc/src/sgml/monitoring.sgml')
| -rw-r--r-- | doc/src/sgml/monitoring.sgml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 80d12b26d77..d5e656f2db8 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1699,26 +1699,26 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i </entry> </row> <row> - <entry><structfield>sent_location</></entry> + <entry><structfield>sent_lsn</></entry> <entry><type>pg_lsn</></entry> - <entry>Last transaction log position sent on this connection</entry> + <entry>Last transaction log location sent on this connection</entry> </row> <row> - <entry><structfield>write_location</></entry> + <entry><structfield>write_lsn</></entry> <entry><type>pg_lsn</></entry> - <entry>Last transaction log position written to disk by this standby + <entry>Last transaction log location written to disk by this standby server</entry> </row> <row> - <entry><structfield>flush_location</></entry> + <entry><structfield>flush_lsn</></entry> <entry><type>pg_lsn</></entry> - <entry>Last transaction log position flushed to disk by this standby + <entry>Last transaction log location flushed to disk by this standby server</entry> </row> <row> - <entry><structfield>replay_location</></entry> + <entry><structfield>replay_lsn</></entry> <entry><type>pg_lsn</></entry> - <entry>Last transaction log position replayed into the database on this + <entry>Last transaction log location replayed into the database on this standby server</entry> </row> <row> |
