From: Bruce Momjian Date: Sat, 18 May 2019 13:23:29 +0000 (-0400) Subject: docs: tighten up PG 12 release note item on 1k partitions X-Git-Tag: REL_12_BETA1~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b12db9ff5f09dc60dc05d0e208a5b28728970e55;p=thirdparty%2Fpostgresql.git docs: tighten up PG 12 release note item on 1k partitions --- diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 69899b203d8..b55bc6d6673 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -426,9 +426,9 @@ Author: Tom Lane - Tables with thousands of child partitions can now be processed - efficiently by operations that only need to touch a small number - of partitions. + Allow tables with thousands of child partitions to be processed + efficiently by operations that only affect a small number of + partitions.