We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d65a2 commit a56e704Copy full SHA for a56e704
doc/src/sgml/high-availability.sgml
@@ -906,7 +906,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
906
On a hot standby, the status of the WAL receiver process can be retrieved
907
via the <xref linkend="pg-stat-wal-receiver-view"/> view. A large
908
difference between <function>pg_last_wal_replay_lsn</function> and the
909
- view's <literal>received_lsn</literal> indicates that WAL is being
+ view's <literal>flushed_lsn</literal> indicates that WAL is being
910
received faster than it can be replayed.
911
</para>
912
</sect3>
0 commit comments