Updates to language around partitions + FDWs per feedback
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 23 Aug 2018 17:25:48 +0000 (13:25 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 23 Aug 2018 17:25:48 +0000 (13:25 -0400)
releases/11/en/release.en.md

index a7e5e5c0e30414cc5968880ec2f80070ffbfc5c2..09e619a292bb68048e3fabaacc0d2c76b531615b 100644 (file)
@@ -28,10 +28,10 @@ PostgreSQL 12.
 
 PostgreSQL 11 adds the ability to partition data by a hash key, also known as
 hash partitioning, adding to the current ability to partition data in PostgreSQL
-by a list of values or by a range. PostgreSQL 11 also supports partitioned
-tables that utilize the PostgreSQL foreign data wrapper,
-[postgres_fdw](https://www.postgresql.org/docs/current/static/postgres-fdw.html),
-enabling users to combine partitioning with data federation techniques.
+by a list of values or by a range. PostgreSQL 11 further improves its data
+federation abilities with functionality improvements for partitions that use
+the PostgreSQL foreign data wrapper,
+[postgres_fdw](https://www.postgresql.org/docs/current/static/postgres-fdw.html).
 
 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