File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ PostgreSQL documentation
49
49
<para>
50
50
<application>pg_createsubscriber</application> creates a new logical
51
51
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
53
54
publication and subscription objects are created for each database. It
54
55
must be run at the target server.
55
56
</para>
@@ -70,8 +71,11 @@ PostgreSQL documentation
70
71
spent synchronizing data is usually a large amount of changes to be applied
71
72
(that were produced during the initial data copy), which increases even
72
73
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
+
75
79
</para>
76
80
</refsect1>
77
81
You can’t perform that action at this time.
0 commit comments