From 975b7fbb47ec32f20f30b2956065f7d25a6d5948 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Thu, 29 Feb 2024 16:42:14 +1100 Subject: [PATCH v1] Replace aka in docs --- doc/src/sgml/logicaldecoding.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index 930c0fa..8f13780 100644 --- a/doc/src/sgml/logicaldecoding.sgml +++ b/doc/src/sgml/logicaldecoding.sgml @@ -377,9 +377,9 @@ postgres=# select * from pg_logical_slot_get_changes('regression_slot', NULL, NU sync_replication_slots on the standby, the failover slots can be synchronized periodically in the slotsync worker. For the synchronization to work, it is mandatory to - have a physical replication slot between the primary and the standby aka + have a physical replication slot between the primary and the standby (i.e., primary_slot_name - should be configured on the standby, and + should be configured on the standby), and hot_standby_feedback must be enabled on the standby. It is also necessary to specify a valid dbname in the -- 1.8.3.1