summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2025-08-22 05:29:36 +0000
committerAmit Kapila <akapila@postgresql.org>2025-08-22 05:29:36 +0000
commit123e65fdb7fe51920ad29119484148ea1b0afcd2 (patch)
tree0f4b6c3fc28bf4a2eebc46c85c491e468550aaf2
parent13b935cd5217457f62e9936fce668d15515a3072 (diff)
Doc: Fix typo in logicaldecoding.sgml.
Author: Hayato Kuroda <kuroda.hayato@fujitsu.com> Backpatch-through: 17, where it was introduced Discussion: https://postgr.es/m/OSCPR01MB149662EC5467B4135398E3731F532A@OSCPR01MB14966.jpnprd01.prod.outlook.com
-rw-r--r--doc/src/sgml/logicaldecoding.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index a1f2efb2420..b803a819cf1 100644
--- a/doc/src/sgml/logicaldecoding.sgml
+++ b/doc/src/sgml/logicaldecoding.sgml
@@ -420,10 +420,10 @@ postgres=# select * from pg_logical_slot_get_changes('regression_slot', NULL, NU
<para>
When slot synchronization is configured as recommended,
and the initial synchronization is performed either automatically or
- manually via pg_sync_replication_slot, the standby can persist the
- synchronized slot only if the following condition is met: The logical
- replication slot on the primary must retain WALs and system catalog
- rows that are still available on the standby. This ensures data
+ manually via <function>pg_sync_replication_slots</function>, the standby
+ can persist the synchronized slot only if the following condition is met:
+ The logical replication slot on the primary must retain WALs and system
+ catalog rows that are still available on the standby. This ensures data
integrity and allows logical replication to continue smoothly after
promotion.
If the required WALs or catalog rows have already been purged from the