From f83baefec49db09cefcbea0c10e6655460e6b55d Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Fri, 17 Apr 2026 09:47:57 +1000 Subject: [PATCH v1] Fix note about ONLY to mention regular tables too --- doc/src/sgml/ref/create_publication.sgml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml index 0ac576d3f10..a92457f8bf0 100644 --- a/doc/src/sgml/ref/create_publication.sgml +++ b/doc/src/sgml/ref/create_publication.sgml @@ -211,9 +211,11 @@ CREATE PUBLICATION name For partitioned tables, only the root partitioned table may be specified in EXCEPT. Doing so excludes the root table and - all of its partitions from replication. The optional - ONLY and * has no effect for - partitioned tables. + all of its partitions from replication. + + + The optional ONLY and * have no + effect for regular or partitioned tables. There can be a case where a subscription includes multiple publications. -- 2.47.3