From 2f24c66cb8fdaa0d44aeaba1437ef1f123c70a96 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Thu, 25 Jun 2026 12:44:18 +1200 Subject: [PATCH v1] DOCS - clarify copy_data is needed to synchronise sequences --- doc/src/sgml/logical-replication.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 9e7868487de..c1721ba11b6 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -1768,8 +1768,9 @@ Included in publications: - use CREATE SUBSCRIPTION - to initially synchronize the published sequences. + use + CREATE SUBSCRIPTION ... WITH (copy_data = true) + to initially synchronize the published sequences. -- 2.47.3