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 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) - 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.