Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc265ed9

Browse files
committed
doc: PG 13 relnotes: adjust partitioning items
Reported-by: Amit Langote
1 parentdb9e99d commitc265ed9

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 asthemselves 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 astheir own or their ancestors.
307311
</para>
308312

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

317321
<para>
318-
Allownon-partitioned tables to be logically replicated to subscribers that receive the rowsinto partitioned tables (Amit Langote)
322+
Allowlogical replicationinto 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)

[8]ページ先頭

©2009-2025 Movatter.jp