Re: DOCS - Clarify the publication 'publish_via_partition_root' default value.
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: Chao Li <li.evan.chao@gmail.com>, Jacob Champion <jacob.champion@enterprisedb.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-17T12:04:15Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Improve description of publish_via_partition_root
- e2aae8d68f6b 19 (unreleased) landed
- d2c6ff7c525b 18.2 landed
- 862f83f3aa40 17.8 landed
- b95bdde5119d 16.12 landed
- 988612c9c27f 15.16 landed
- 5f43df007485 14.21 landed
On Wed, Dec 17, 2025 at 2:29 AM Peter Smith <smithpb2250@gmail.com> wrote: > > On Tue, Dec 16, 2025 at 7:39 PM Chao Li <li.evan.chao@gmail.com> wrote: > > > > > > > > AFAIK, Chao's improved text is mostly good, except I think there might > > > be some nuances when there are multiple levels of partitioning. > > > > > > For example, maybe you need to make this change? > > > BEFORE > > > When set to true, changes are published using the identity and schema > > > of the partitioned table > > > AFTER > > > When set to true, changes are published using the identity and schema > > > of the root partitioned table > > > ~~~ > > > > Agreed to add “root”. > > > > PSA v2 done that way. > LGTM. As this is not any bug fix rather a text improvement, so it is good to fix this in HEAD only. -- With Regards, Amit Kapila.