We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7949d95 commit 8036d73Copy full SHA for 8036d73
doc/src/sgml/func.sgml
@@ -28990,7 +28990,7 @@ pg_current_wal_insert_lsn
28990
28991
Then an application could run <function>pg_wal_replay_wait</function>
28992
with the <acronym>lsn</acronym> obtained from primary. After that the
28993
- changes made of primary should be guaranteed to be visible on replica.
+ changes made on primary should be guaranteed to be visible on replica.
28994
28995
<programlisting>
28996
postgres=# CALL pg_wal_replay_wait('0/306EE20');
0 commit comments