From eb25c0a35f3fcc52d693fceb3ee0ad8b13837fa4 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Wed, 22 Aug 2018 11:57:55 -0400 Subject: [PATCH] Typo / grammatical fixes from -advocacy feedback --- releases/11/en/release.en.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/releases/11/en/release.en.md b/releases/11/en/release.en.md index b04ff9d..a7e5e5c 100644 --- a/releases/11/en/release.en.md +++ b/releases/11/en/release.en.md @@ -37,8 +37,8 @@ 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 -. +to the correct partition if the partition key for that row is updated. + ##### HOLD FOR QUOTE ABOUT PARTITIONING PostgreSQL 11 improves upon query performance when reading from partitions by @@ -89,8 +89,9 @@ projections, and some internal operations. ##### HOLD FOR QUOTE ABOUT JIT To take advantage of JIT compilation, you will need to install the LLVM -dependencies enable JIT compilation in either your PostgreSQL settings file by -setting `jit = on` or from your PostgreSQL session by executing `SET jit = on`. +dependencies to enable JIT compilation in either your PostgreSQL settings file +by setting `jit = on` or from your PostgreSQL session by executing +`SET jit = on`. ## General User Experience Improvements @@ -105,7 +106,7 @@ significant performance boost when running this command. - "Covering indexes," which allows a user to add additional columns to an index using the `INCLUDE` clause and are helpful for performing index-only scans, especially on data types that are not indexable by B-tree indexes. -- Additional functionally for working with window functions, including allowing +- Additional functionality for working with window functions, including allowing `RANGE` to use `PRECEDING`/`FOLLOWING`, `GROUPS`, and frame exclusion - The inclusion of the keywords "quit" and "exit" in the PostgreSQL command-line interface to help make it easier to leave the command-line tool -- 2.39.5