v1-0001-Plainly-say-the-default-value-of-publish_via_part.patch
application/octet-stream
Filename: v1-0001-Plainly-say-the-default-value-of-publish_via_part.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: Plainly say the default value of publish_via_partition_root
| File | + | − |
|---|---|---|
| doc/src/sgml/ref/create_publication.sgml | 2 | 1 |
From 36a9c7c4efc935eecd164e0d7d5a067c142fae3b Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
Date: Thu, 11 Dec 2025 18:46:31 +1100
Subject: [PATCH v1] Plainly say the default value of
publish_via_partition_root
---
doc/src/sgml/ref/create_publication.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml
index 75a508b..c2303ee 100644
--- a/doc/src/sgml/ref/create_publication.sgml
+++ b/doc/src/sgml/ref/create_publication.sgml
@@ -259,7 +259,8 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
on its partitions) contained in the publication will be published
using the identity and schema of the partitioned table rather than
that of the individual partitions that are actually changed; the
- latter is the default. Enabling this allows the changes to be
+ default is <literal>publish_via_partition_root = false</literal>.
+ Enabling this allows the changes to be
replicated into a non-partitioned table or a partitioned table
consisting of a different set of partitions.
</para>
--
1.8.3.1