v1-0001-doc-A-more-precise-link-to-initial-data-sync-in-p.patch
text/x-patch
Filename: v1-0001-doc-A-more-precise-link-to-initial-data-sync-in-p.patch
Type: text/x-patch
Part: 0
Patch
Format: format-patch
Series: patch v1-0001
Subject: doc: A more precise link to initial data sync in pg_createsubscriber
| File | + | − |
|---|---|---|
| doc/src/sgml/ref/pg_createsubscriber.sgml | 2 | 2 |
From d040324464d5ef4cefd63e4d34373a90e2496b57 Mon Sep 17 00:00:00 2001
From: Pavel Luzanov <p.luzanov@postgrespro.ru>
Date: Tue, 16 Apr 2024 13:29:06 +0300
Subject: [PATCH v1] doc: A more precise link to initial data sync in
pg_createsubscriber
---
doc/src/sgml/ref/pg_createsubscriber.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/src/sgml/ref/pg_createsubscriber.sgml b/doc/src/sgml/ref/pg_createsubscriber.sgml
index 1132b7a69a..7fb51f75a4 100644
--- a/doc/src/sgml/ref/pg_createsubscriber.sgml
+++ b/doc/src/sgml/ref/pg_createsubscriber.sgml
@@ -69,8 +69,8 @@ PostgreSQL documentation
spent synchronizing data is usually a large amount of changes to be applied
(that were produced during the initial data copy), which increases even
more the time when the logical replica will be available. For smaller
- databases, <link linkend="logical-replication">initial data
- synchronization</link> is recommended.
+ databases, <link linkend="logical-replication-row-filter-initial-data-sync">
+ initial data synchronization</link> is recommended.
</para>
</refsect1>
--
2.34.1