From ac68db98a923d629d02401acd47226839e7ce5fa Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Fri, 26 Jun 2026 10:43:41 +1200 Subject: [PATCH v2] DOCS - clarify copy_data is needed to synchronise sequences --- doc/src/sgml/logical-replication.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 9e7868487de..71405259d03 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -1769,7 +1769,9 @@ Included in publications: use CREATE SUBSCRIPTION - to initially synchronize the published sequences. + with + copy_data = true (the default) to copy the + initial sequence values from the publisher. -- 2.47.3