aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/release-14.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml
index b7a84fb64d7..69c4a72ae7d 100644
--- a/doc/src/sgml/release-14.sgml
+++ b/doc/src/sgml/release-14.sgml
@@ -901,12 +901,12 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<para>
Improve the performance of updates and deletes on partitioned tables
- when only a few partitions are affected (Amit Langote, Tom Lane)
+ with many partitions (Amit Langote, Tom Lane)
</para>
<para>
- This change reduces the planner's overhead for such cases, and
- also allows updates/deletes on partitioned tables to use
+ This change greatly reduces the planner's overhead for such cases,
+ and also allows updates/deletes on partitioned tables to use
execution-time partition pruning.
</para>
</listitem>