Update quote for press release
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 17 Sep 2018 02:11:49 +0000 (22:11 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 17 Sep 2018 02:42:29 +0000 (22:42 -0400)
releases/11/en/release.en.md

index b716740b565e4bdf79b0f3a4d43a99be2f1c797f..3d5da3b7f11a544da71ebeb2168f02bcdca5d789 100644 (file)
@@ -1,6 +1,6 @@
 # PostgreSQL 11 Released
 
-DD MONTH 2018 - The PostgreSQL Global Development Group today announced the
+DD OCTOBER 2018 - The PostgreSQL Global Development Group today announced the
 release of PostgreSQL 11, the latest version of the world’s most advanced open
 source database.
 
@@ -12,7 +12,7 @@ procedures capable of transaction management, improves query parallelism and
 adds parallelized data definition capabilities, and introduces just-in-time
 (JIT) compilation for accelerating the execution of expressions in queries.
 
-##### HOLD FOR QUOTE FROM CORE TEAM MEMBER ABOUT RELEASE
+"For PostgreSQL 11, our development community focused on adding features that improve PostgreSQL's ability to manage very large databases," said Bruce Momjian, a [core team member](https://www.postgresql.org/developer/core/) of the [PostgreSQL Global Development Group](https://www.postgresql.org). "On top of PostgreSQL's proven performance for transactional workloads, PostgreSQL 11 makes it even easier for developers to run big data applications at scale."
 
 PostgreSQL benefits from over 20 years of open source development and has
 become the preferred open source relational database for developers. The project
@@ -41,8 +41,6 @@ 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.
 
-##### HOLD FOR QUOTE ABOUT PARTITIONING
-
 PostgreSQL 11 improves upon query performance when reading from partitions by
 using a new partition elimination strategy. Additionally, PostgreSQL 11 now
 supports the popular "upsert" feature on partitioned tables, which helps users
@@ -62,8 +60,6 @@ SQL procedures can be created using the `CREATE PROCEDURE` command, executed
 using the `CALL` command, and are supported by the server-side procedural
 languages PL/pgSQL, PL/Perl, PL/Python, and PL/Tcl.
 
-##### HOLD FOR QUOTE ABOUT SQL STORED PROCEDURES
-
 ## Enhanced Capabilities for Query Parallelism
 
 PostgreSQL 11 improves parallel query performance, with performance gains in
@@ -77,8 +73,6 @@ the creation of B-tree indexes that are generated by executing the standard
 tables or materialized views from queries are also parallel capable now,
 including the `CREATE TABLE .. AS`, `SELECT INTO`, and `CREATE MATERIALIZED VIEW`.
 
-##### HOLD FOR QUOTE ABOUT PARALLELISM
-
 ## Just-in-Time (JIT) Compilation for Expressions
 
 PostgreSQL 11 introduces support for Just-In-Time (JIT) compilation to
@@ -87,8 +81,6 @@ expression compilation for PostgreSQL uses the LLVM project to speed up the
 execution of expressions in WHERE clauses, target lists, aggregates,
 projections, and some internal operations.
 
-##### HOLD FOR QUOTE ABOUT JIT
-
 To take advantage of JIT compilation, you will need to install the LLVM
 dependencies to enable JIT compilation in either your PostgreSQL settings file
 by setting `jit = on` or from your PostgreSQL session by executing
@@ -120,11 +112,11 @@ which can be found at:
 
 ## About PostgreSQL
 
-PostgreSQL is the world's most advanced open source database, with a global
+[PostgreSQL](https://www.postgresql.org) is the world's most advanced open source database, with a global
 community of thousands of users, contributors, companies and organizations. The
 PostgreSQL Project builds on over 30 years of engineering, starting at the
 University of California, Berkeley, and has continued with an unmatched pace of
 development. PostgreSQL's mature feature set not only matches top proprietary
 database systems, but exceeds them in advanced database features, extensibility,
-security and stability. Learn more about PostgreSQL and participate in our
+security, and stability. Learn more about PostgreSQL and participate in our
 community at [PostgreSQL.org](https://www.postgresql.org).