From 84db9a0eb10dd1dbee6db509c0e427fa237177dc Mon Sep 17 00:00:00 2001
From: Daniel Gustafsson
Date: Thu, 18 Apr 2024 23:02:39 +0200
Subject: Doc: Update link to the mentioned subsection
This updates the link from pg_createsubscriber to initial data sync
to actually link to the subsection in question as opposed to the
main logical replication section.
Author: Pavel Luzanov
Discussion: https://postgr.es/m/a4af555a-ac60-4416-877d-0440d29b8763@postgrespro.ru
---
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 1132b7a69ac..7fb51f75a45 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, initial data
- synchronization is recommended.
+ databases,
+ initial data synchronization is recommended.
--
cgit v1.2.3