diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index 44cc5d2116d..805e1000557 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -906,7 +906,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
On a hot standby, the status of the WAL receiver process can be retrieved
via the view. A large
difference between pg_last_wal_replay_lsn and the
- view's received_lsn indicates that WAL is being
+ view's flushed_lsn indicates that WAL is being
received faster than it can be replayed.