Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 545a065

Browse files
committed
doc: PG 13 relnotes: adjust partition items and attributions
This merges three partition publication items into two.
1 parent fb54473 commit 545a065

File tree

1 file changed

+10
-23
lines changed

1 file changed

+10
-23
lines changed

doc/src/sgml/release-13.sgml

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
254254
-->
255255

256256
<para>
257-
Improve cases where pruning of partitions can happen (Amit Langote, Yuzuko Hosoya, &Aacute;lvaro Herrera)
257+
Improve cases where pruning of partitions can happen (Yuzuko Hosoya, Amit Langote, &Aacute;lvaro Herrera)
258258
</para>
259259

260260
</listitem>
@@ -268,7 +268,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
268268
-->
269269

270270
<para>
271-
Allow partitionwise joins to happen in more cases (Ashutosh Bapat, Etsuro Fujita, Amit Langote)
271+
Allow partitionwise joins to happen in more cases (Ashutosh Bapat, Etsuro Fujita, Amit Langote, Tom Lane)
272272
</para>
273273

274274
</listitem>
@@ -289,46 +289,33 @@ These triggers cannot change which partition is the destination.
289289

290290
</listitem>
291291

292-
<listitem>
293-
<!--
294-
Author: Peter Eisentraut <peter@eisentraut.org>
295-
2020-04-06 [f1ac27bfd] Add logical replication support to replicate into partit
296-
-->
297-
298-
<para>
299-
Allow logical replication to replicate partitioned tables (Amit Langote)
300-
</para>
301-
302-
</listitem>
303-
304292
<listitem>
305293
<!--
306294
Author: Peter Eisentraut <peter@eisentraut.org>
307295
2020-03-10 [17b9e7f9f] Support adding partitioned tables to publication
296+
Author: Peter Eisentraut <peter@eisentraut.org>
297+
2020-04-08 [83fd4532a] Allow publishing partition changes via ancestors
308298
-->
309299

310300
<para>
311-
Allow partitioned tables to be added to replicated publications (Amit Langote)
301+
Allow partitioned tables to be logically replicated via publications (Amit Langote)
312302
</para>
313303

314304
<para>
315-
Partition additions/removals are replicated as well. Previously, partitions had to be replicated individually. HOW IS THIS DIFFERENT FROM THE ITEM ABOVE?
305+
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.
316307
</para>
317308

318309
</listitem>
319310

320311
<listitem>
321312
<!--
322313
Author: Peter Eisentraut <peter@eisentraut.org>
323-
2020-04-08 [83fd4532a] Allow publishing partition changes via ancestors
314+
2020-04-06 [f1ac27bfd] Add logical replication support to replicate into partit
324315
-->
325316

326317
<para>
327-
Allow CREATE PUBLICATION to control whether partitioned tables are published as themselves or their ancestors (Amit Langote)
328-
</para>
329-
330-
<para>
331-
The option is publish_via_partition_root.
318+
Allow non-partitioned tables to be logically replicated to subscribers that receive the rows into partitioned tables (Amit Langote)
332319
</para>
333320

334321
</listitem>
@@ -623,7 +610,7 @@ Author: Noah Misch <noah@leadboat.com>
623610
-->
624611

625612
<para>
626-
Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Noah Misch)
613+
Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Kyotaro Horiguchi)
627614
</para>
628615

629616
<para>

0 commit comments

Comments
 (0)