From c95536e30367a56ca4cdd77b12ffacfcdd882521 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Tue, 25 Sep 2018 09:32:48 -0400 Subject: [PATCH] Modifications to the press release. --- releases/11/en/release.en.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/releases/11/en/release.en.md b/releases/11/en/release.en.md index 6b4fd65..71aa01f 100644 --- a/releases/11/en/release.en.md +++ b/releases/11/en/release.en.md @@ -42,9 +42,10 @@ the PostgreSQL foreign data wrapper, To help with managing partitions, PostgreSQL 11 introduces a catch-all default partition for data that does not match a partition key, and the ability to -create primary keys, foreign keys, indexes, and triggers on partitions that are -passed down to all tables. PostgreSQL 11 also supports automatically moving rows -to the correct partition if the partition key for that row is updated. +create primary keys, foreign keys, indexes, and triggers on partitioned tables +that are passed down to all partitions. PostgreSQL 11 also supports +automatically moving rows to the correct partition if the partition key for that +row is updated. PostgreSQL 11 improves upon query performance when reading from partitions by using a new partition elimination strategy. Additionally, PostgreSQL 11 now -- 2.39.5