From: Bruce Momjian Date: Thu, 13 May 2021 15:45:43 +0000 (-0400) Subject: doc: PG 14 release notes, adjust updates/deletes on partitions X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=b2d0c7c96711843c6e47fce71335d43127f81647;p=users%2Fc2main%2Fpostgres.git doc: PG 14 release notes, adjust updates/deletes on partitions --- diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml index 48dc7576d8..a27f50accf 100644 --- a/doc/src/sgml/release-14.sgml +++ b/doc/src/sgml/release-14.sgml @@ -663,7 +663,7 @@ Improve the performance of updates/deletes on partitioned tables when only a few -This also allows run-time pruning of updates/deletes on partitioned tables. +This also allows updates/deletes on partitioned tables to use execution-time partition pruning.