Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 88baa27

Browse files
author
Amit Kapila
committed
Doc: Fix the wrong link on pg_createsubscriber page.
Commit 84db9a0 has added the incorrect link to 'initial data synchronization'. It was a subsection of Row Filter and didn't provide the required information. Author: Peter Smith Reviewed-by: Vignesh C, Pavel Luzanov Backpatch-through: 17, where it was introduced Discussion: https://postgr.es/m/CAHut+PtnA4DB_pcv4TDr4NjUSM1=P2N_cuZx5DX09k7LVmaqUA@mail.gmail.com
1 parent 94e7e77 commit 88baa27

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/src/sgml/ref/pg_createsubscriber.sgml

+7-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ PostgreSQL documentation
4949
<para>
5050
<application>pg_createsubscriber</application> creates a new logical
5151
replica from a physical standby server. All tables in the specified
52-
database are included in the logical replication setup. A pair of
52+
database are included in the <link linkend="logical-replication">logical
53+
replication</link> setup. A pair of
5354
publication and subscription objects are created for each database. It
5455
must be run at the target server.
5556
</para>
@@ -70,8 +71,11 @@ PostgreSQL documentation
7071
spent synchronizing data is usually a large amount of changes to be applied
7172
(that were produced during the initial data copy), which increases even
7273
more the time when the logical replica will be available. For smaller
73-
databases, <link linkend="logical-replication-row-filter-initial-data-sync">
74-
initial data synchronization</link> is recommended.
74+
databases, it is recommended to set up logical replication with initial data
75+
synchronization. For details, see the <command>CREATE SUBSCRIPTION</command>
76+
<link linkend="sql-createsubscription-params-with-copy-data">
77+
<literal>copy_data</literal></link> option.
78+
7579
</para>
7680
</refsect1>
7781

0 commit comments

Comments
 (0)