From f4125278e3c92d8cdd83c77d0b54f468ee81c750 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 13 May 2019 22:38:50 -0400 Subject: [PATCH] doc: improve wording of PG 12 releaase note partition item Reported-by: Amit Langote Discussion: https://postgr.es/m/d5267ae5-bd4a-3e96-c21b-56bfa9fec7e8@lab.ntt.co.jp --- doc/src/sgml/release-12.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 3486cbdd4be..4155bd68f82 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -374,7 +374,7 @@ Improve performance of many operations on partitioned tables (Amit Langote, Davi -Thousands of partitions can now be pruned efficiently. +Tables with thousands of child partitions can now be processed efficiently.