diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-05-18 09:23:29 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-05-18 09:23:31 -0400 |
commit | b12db9ff5f09dc60dc05d0e208a5b28728970e55 (patch) | |
tree | e716fdaeb5468ca99b6a224b69eeb308d8c406e7 /doc/src | |
parent | d307954a7d88ed45655d9206bbe1aefc280c09c7 (diff) | |
download | postgresql-b12db9ff5f09dc60dc05d0e208a5b28728970e55.tar.gz postgresql-b12db9ff5f09dc60dc05d0e208a5b28728970e55.zip |
docs: tighten up PG 12 release note item on 1k partitions
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> |