Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2364f61

Browse files
author
Amit Kapila
committed
Doc: Fix the wrong link on pg_createsubscriber page.
Commit84db9a0 has added the incorrect link to'initial data synchronization'. It was a subsection of Row Filter anddidn't provide the required information.Author: Peter SmithReviewed-by: Vignesh C, Pavel LuzanovBackpatch-through: 17, where it was introducedDiscussion:https://postgr.es/m/CAHut+PtnA4DB_pcv4TDr4NjUSM1=P2N_cuZx5DX09k7LVmaqUA@mail.gmail.com
1 parentfee2b3e commit2364f61

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎doc/src/sgml/ref/pg_createsubscriber.sgml

Lines changed: 7 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp