Skip to content

Commit c265ed9

Browse files
committed
doc: PG 13 relnotes: adjust partitioning items
Reported-by: Amit Langote
1 parent db9e99d commit c265ed9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

doc/src/sgml/release-13.sgml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
271271
Allow partitionwise joins to happen in more cases (Ashutosh Bapat, Etsuro Fujita, Amit Langote, Tom Lane)
272272
</para>
273273

274+
<para>
275+
For example, partitionwise joins can now happen between partitioned
276+
tables where the ancestors do not exactly match.
277+
</para>
274278
</listitem>
275279

276280
<listitem>
@@ -303,7 +307,7 @@ Allow partitioned tables to be logically replicated via publications (Amit Lango
303307

304308
<para>
305309
Previously, partitions had to be replicated individually. Now partitioned tables can be published explicitly causing all partitions to be automatically published. Addition/removal of partitions from
306-
partitioned tables are automatically added/removed from publications. The CREATE PUBLICATION option publish_via_partition_root controls whether partitioned tables are published as themselves or their ancestors.
310+
partitioned tables are automatically added/removed from publications. The CREATE PUBLICATION option publish_via_partition_root controls whether partitioned tables are published as their own or their ancestors.
307311
</para>
308312

309313
</listitem>
@@ -315,9 +319,12 @@ Author: Peter Eisentraut <peter@eisentraut.org>
315319
-->
316320

317321
<para>
318-
Allow non-partitioned tables to be logically replicated to subscribers that receive the rows into partitioned tables (Amit Langote)
322+
Allow logical replication into partitioned tables on subscribers (Amit Langote)
319323
</para>
320324

325+
<para>
326+
Previously, subscribers could only receive rows into non-partitioned tables.
327+
</para>
321328
</listitem>
322329

323330
<listitem>

0 commit comments

Comments
 (0)