pg_wal_replay_wait(): Fix typo in the doc

Reported-by: Kevin Hale Boyes
Discussion: https://postgr.es/m/CADAecHWKpaPuPGXAMOH%3DwmhTpydHWGPOk9KWX97UYhp5GdqCWw%40mail.gmail.com
This commit is contained in:
Alexander Korotkov 2024-08-04 20:26:48 +03:00
parent 7949d95945
commit 8036d73ae3
1 changed files with 1 additions and 1 deletions

View File

@ -28990,7 +28990,7 @@ pg_current_wal_insert_lsn
Then an application could run <function>pg_wal_replay_wait</function>
with the <acronym>lsn</acronym> obtained from primary. After that the
changes made of primary should be guaranteed to be visible on replica.
changes made on primary should be guaranteed to be visible on replica.
<programlisting>
postgres=# CALL pg_wal_replay_wait('0/306EE20');