summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2019-05-14 13:17:08 +0000
committerBruce Momjian2019-05-14 13:17:08 +0000
commit356c83795aaa39cfd9bca588bfe4f0196710962e (patch)
tree29bce0d54aaed2ee38bffec8584b3329a26c55ec
parent34d40becfa7a5c7343d0079f181597d7e06122e1 (diff)
docs: update partition item in PG 12 release notes
Reported-by: Amit Langote Discussion: https://postgr.es/m/b7954643-41ef-a174-479d-1f8d4834f40a@lab.ntt.co.jp
-rw-r--r--doc/src/sgml/release-12.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml
index 91301b3e752..4f1bc66f0d6 100644
--- a/doc/src/sgml/release-12.sgml
+++ b/doc/src/sgml/release-12.sgml
@@ -374,7 +374,9 @@ Improve performance of many operations on partitioned tables (Amit Langote, Davi
</para>
<para>
-Tables with thousands of child partitions can now be processed efficiently.
+Tables with thousands of child partitions can now be processed
+efficiently by operations that only need to touch a small number
+of partitions.
</para>
</listitem>