v1-0001-Fix-note-about-ONLY-to-mention-regular-tables-too.patch
application/octet-stream
Filename: v1-0001-Fix-note-about-ONLY-to-mention-regular-tables-too.patch
Type: application/octet-stream
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v1-0001
Subject: Fix note about ONLY to mention regular tables too
| File | + | − |
|---|---|---|
| doc/src/sgml/ref/create_publication.sgml | 5 | 3 |
From f83baefec49db09cefcbea0c10e6655460e6b55d Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
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 <replaceable class="parameter">name</replaceable>
<para>
For partitioned tables, only the root partitioned table may be specified
in <literal>EXCEPT</literal>. Doing so excludes the root table and
- all of its partitions from replication. The optional
- <literal>ONLY</literal> and <literal>*</literal> has no effect for
- partitioned tables.
+ all of its partitions from replication.
+ </para>
+ <para>
+ The optional <literal>ONLY</literal> and <literal>*</literal> have no
+ effect for regular or partitioned tables.
</para>
<para>
There can be a case where a subscription includes multiple publications.
--
2.47.3