diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-09-19 12:10:34 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-09-19 12:10:34 -0400 |
commit | 2a9a34c3100d8c0311c63baaa435be38a7d7aae5 (patch) | |
tree | 1d9f5b7befe6718dc1521e5efee75157ec99c846 | |
parent | 55abb37506e9af4bbc4d8410ac8469b9d38e84e7 (diff) |
Doc: further tweaking of v14 release notes.
A recent question reminded me that the notes' description of
commit 86dc90056 rather undersold its benefits.
Discussion: https://postgr.es/m/4a3115d4-0fb2-e214-93e3-9a9d0974b883@deepbluecap.com
-rw-r--r-- | doc/src/sgml/release-14.sgml | 6 |
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> |