diff options
-rw-r--r-- | doc/src/sgml/release-12.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 94ab9af603b..aa3ed455f8b 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -359,11 +359,11 @@ Author: Tom Lane <tgl@sss.pgh.pa.us> --> <para> -Improve performance of pruning many partitions (Amit Langote, David Rowley, Tom Lane, Álvaro Herrera) +Improve performance of many operations on partitioned tables (Amit Langote, David Rowley, Tom Lane, Álvaro Herrera) </para> <para> -Now thousands of partitions can be pruned efficiently. +Also, thousands of partitions can now be pruned efficiently. </para> </listitem> |