aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2024-05-14 20:42:55 -0400
committerBruce Momjian <bruce@momjian.us>2024-05-14 20:42:55 -0400
commit78e4841c1bbc4ed4cbd3ae7eb8aac5672190d985 (patch)
tree43bbfb12769f07276ab1322130eb1902b10dcbb8 /doc/src
parent1a48f8b40dc0fe0af67303d7e05df5f93cad36fb (diff)
downloadpostgresql-78e4841c1bbc4ed4cbd3ae7eb8aac5672190d985.tar.gz
postgresql-78e4841c1bbc4ed4cbd3ae7eb8aac5672190d985.zip
doc PG 17 relnotes: wording fixes
Reported-by: Elena Indrupskaya Discussion: https://postgr.es/m/22110133-bca5-4a99-889c-aa0096423456@postgrespro.ru Author: Elena Indrupskaya Backpatch-through: master
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-17.sgml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml
index fa0a703629c..a3b4a8fb3b9 100644
--- a/doc/src/sgml/release-17.sgml
+++ b/doc/src/sgml/release-17.sgml
@@ -73,7 +73,7 @@ Author: Michael Paquier <michael@paquier.xyz>
<listitem>
<para>
-Restrict "ago" to only appear at the end of in interval values (Joseph Koshakow)
+Restrict "ago" to only appear at the end in interval values (Joseph Koshakow)
</para>
<para>
@@ -478,7 +478,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
<listitem>
<para>
-Allow a BRIN indexes to be created using parallel workers (Tomas Vondra, Matthias van de Meent)
+Allow BRIN indexes to be created using parallel workers (Tomas Vondra, Matthias van de Meent)
</para>
</listitem>
@@ -963,7 +963,7 @@ Allow the creation of WAL summarization files (Robert Haas, Nathan Bossart, Hube
</para>
<para>
-These files record the block numbers that have changed within an LSN range, and is useful for incremental file system backups. This is controlled by the server variables
+These files record the block numbers that have changed within an LSN range and are useful for incremental file system backups. This is controlled by the server variables
summarize_wal and wal_summarize_keep_time, and introspected with pg_available_wal_summaries(), pg_wal_summary_contents(), and pg_get_wal_summarizer_state().
</para>
</listitem>
@@ -1135,7 +1135,7 @@ Allow the application of logical replication changes to use hash indexes on the
</para>
<para>
-Previously only btree indexes could be use for this purpose.
+Previously only btree indexes could be used for this purpose.
</para>
</listitem>
@@ -2229,7 +2229,7 @@ Allow pg_basebackup and pg_receivewal to use dbname in their connection specific
</para>
<para>
-This is useful for connection poolers who are sensitive to the database name.
+This is useful for connection poolers that are sensitive to the database name.
</para>
</listitem>
@@ -2390,7 +2390,7 @@ Author: Michael Paquier <michael@paquier.xyz>
<listitem>
<para>
-Remove the Microsoft Visual Studio Studio-specific Postgres build option (Michael Paquier)
+Remove the Microsoft Visual Studio-specific Postgres build option (Michael Paquier)
</para>
<para>