aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAlexander Korotkov <akorotkov@postgresql.org>2024-08-04 20:26:48 +0300
committerAlexander Korotkov <akorotkov@postgresql.org>2024-08-04 20:26:48 +0300
commit8036d73ae3d4014a9dde21b0746dc1ac139d4dc1 (patch)
tree052470c9ea1f76648377f9d2357d3413ae2147a4 /doc/src
parent7949d9594582ab49dee221e1db1aa5401ace49d4 (diff)
downloadpostgresql-8036d73ae3d4014a9dde21b0746dc1ac139d4dc1.tar.gz
postgresql-8036d73ae3d4014a9dde21b0746dc1ac139d4dc1.zip
pg_wal_replay_wait(): Fix typo in the doc
Reported-by: Kevin Hale Boyes Discussion: https://postgr.es/m/CADAecHWKpaPuPGXAMOH%3DwmhTpydHWGPOk9KWX97UYhp5GdqCWw%40mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 3cf896b22fa..0f7154b76ab 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -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');