1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-13 18:28:01 +03:00

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
This commit is contained in:
Bruce Momjian
2019-05-14 09:17:08 -04:00
parent 34d40becfa
commit 356c83795a

View 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>