]> granicus.if.org Git - postgresql/commitdiff
docs: update partition item in PG 12 release notes
authorBruce Momjian <bruce@momjian.us>
Tue, 14 May 2019 13:17:08 +0000 (09:17 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 14 May 2019 13:17:08 +0000 (09:17 -0400)
Reported-by: Amit Langote
Discussion: https://postgr.es/m/b7954643-41ef-a174-479d-1f8d4834f40a@lab.ntt.co.jp

doc/src/sgml/release-12.sgml

index 91301b3e75274a61b32d5871902c43f88efa0304..4f1bc66f0d62d9a1b1cf885073e526428fae474b 100644 (file)
@@ -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>