diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-12.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
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 <tgl@sss.pgh.pa.us> </para> <para> - 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. </para> </listitem> |