PostgreSQL 16 typo fixes
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 10 Sep 2023 18:13:54 +0000 (14:13 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 10 Sep 2023 18:13:54 +0000 (14:13 -0400)
Reported-by: Pavlo Golub <pavlo.golub@gmail.com>
Reported-by: GRANT ZH <grantzhou@gmail.com>
releases/16/release.en.md

index 9667cba5e11c6971fac1deff52d199eb9316389c..c6511c7f6982118212fb7f5fca6f38a1ad14c774 100644 (file)
@@ -55,7 +55,7 @@ lets users stream data to other PostgreSQL instances or subscribers that can
 interpret the PostgreSQL logical replication protocol. In PostgreSQL 16, users
 can perform logical replication from a standby instance, meaning a standby can
 publish logical changes to other servers. This provides developers with new
-workload distribution options – for example, using a standby rather than the
+workload distribution options, for example, using a standby rather than the
 busier primary to logically replicate changes to downstream systems.
 
 Additionally, there are several performance improvements in PostgreSQL 16 to
@@ -67,7 +67,7 @@ users can also speed up initial table synchronization using the binary format.
 There are several access control improvements to logical replication in
 PostgreSQL 16, including the new
 [predefined role](https://www.postgresql.org/docs/16/predefined-roles.html)
-`pg_create_subscription`, which grants users the ability to create anew logical
+`pg_create_subscription`, which grants users the ability to create new logical
 subscriptions. Finally, this release begins adding support for bidirectional
 logical replication, introducing functionality to replicate data between two
 tables from different publishers.