File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments