diff options
author | Amit Kapila <akapila@postgresql.org> | 2024-03-06 11:16:51 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2024-03-06 11:16:51 +0530 |
commit | 60c07820d62231d9110119b92cc1136df6dd4fb7 (patch) | |
tree | f798551d67c0d44fba63dbd585eaced6d077d2c0 /doc/src | |
parent | 08a52ab151ca599406883768cdc08b7929e516de (diff) | |
download | postgresql-60c07820d62231d9110119b92cc1136df6dd4fb7.tar.gz postgresql-60c07820d62231d9110119b92cc1136df6dd4fb7.zip |
Doc: Improve replication slot synchronization section.
Author: Peter Smith
Reviewed-by: Michael Paquier, Laurenz Albe
Discussion: https://postgr.es/m/CAHut+Ps01fV9bjhj6njCFiHu0W0gu1Jcu0tKo0RYMhHx-hZZ7g@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/logicaldecoding.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index 930c0fa8a6d..8f13780e743 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 <varname>sync_replication_slots</varname></link> 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., <link linkend="guc-primary-slot-name"><varname>primary_slot_name</varname></link> - should be configured on the standby, and + should be configured on the standby), and <link linkend="guc-hot-standby-feedback"><varname>hot_standby_feedback</varname></link> must be enabled on the standby. It is also necessary to specify a valid <literal>dbname</literal> in the |