doc: PG 13 relnotes: adjust partition items and attributions
authorBruce Momjian
Thu, 7 May 2020 13:00:24 +0000 (09:00 -0400)
committerBruce Momjian
Thu, 7 May 2020 13:00:24 +0000 (09:00 -0400)
This merges three partition publication items into two.

doc/src/sgml/release-13.sgml

index 2ec8bb27486e837f3a88a5f24d22e8226602ca19..1e462484914f1f93f84477e823da379ba64a6c7b 100644 (file)
@@ -254,7 +254,7 @@ Author: Alvaro Herrera 
 -->
 
 
-Improve cases where pruning of partitions can happen (Amit Langote, Yuzuko Hosoya, Álvaro Herrera)
+Improve cases where pruning of partitions can happen (Yuzuko Hosoya, Amit Langote, Álvaro Herrera)
 
 
 
@@ -268,7 +268,7 @@ Author: Tom Lane 
 -->
 
 
-Allow partitionwise joins to happen in more cases (Ashutosh Bapat, Etsuro Fujita, Amit Langote)
+Allow partitionwise joins to happen in more cases (Ashutosh Bapat, Etsuro Fujita, Amit Langote, Tom Lane)
 
 
 
@@ -289,30 +289,21 @@ These triggers cannot change which partition is the destination.
 
 
 
-
-
-
-
-Allow logical replication to replicate partitioned tables (Amit Langote)
-
-
-
-
 
 
 
 
-Allow partitioned tables to be added to replicated publications (Amit Langote)
+Allow partitioned tables to be logically replicated via publications (Amit Langote)
 
 
 
-Partition additions/removals are replicated as well.  Previously, partitions had to be replicated individually.  HOW IS THIS DIFFERENT FROM THE ITEM ABOVE?
+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
+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.
 
 
 
@@ -320,15 +311,11 @@ Partition additions/removals are replicated as well.  Previously, partitions had
 
 
 
 
-Allow CREATE PUBLICATION to control whether partitioned tables are published as themselves or their ancestors (Amit Langote)
-
-
-
-The option is publish_via_partition_root.
+Allow non-partitioned tables to be logically replicated to subscribers that receive the rows into partitioned tables (Amit Langote)
 
 
 
@@ -623,7 +610,7 @@ Author: Noah Misch 
 -->
 
 
-Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Noah Misch)
+Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Kyotaro Horiguchi)