Typo / grammatical fixes from -advocacy feedback
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 22 Aug 2018 15:57:55 +0000 (11:57 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 22 Aug 2018 15:57:55 +0000 (11:57 -0400)
releases/11/en/release.en.md

index b04ff9ddade148f64d9eb0b0a634c9c90e5fee78..a7e5e5c0e30414cc5968880ec2f80070ffbfc5c2 100644 (file)
@@ -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