doc PG 17 relnotes: wording adjustments
authorBruce Momjian <[email protected]>
Thu, 16 May 2024 02:54:29 +0000 (22:54 -0400)
committerBruce Momjian <[email protected]>
Thu, 16 May 2024 02:54:29 +0000 (22:54 -0400)
Reported-by: jian he
Discussion: https://postgr.es/m/CACJufxHTJBqDmBC4iPgte_xd4aMgONRm680Ji5m5gCA8+YEmJg@mail.gmail.com

Co-authored-by: jian he
Backpatch-through: master

doc/src/sgml/release-17.sgml

index 7f36a35954dd1f435e118795e79ff690fdb2aaee..ed1af17bb0a7cc879c36263bfe06b1436fb90b69 100644 (file)
@@ -208,7 +208,7 @@ Author: Michael Paquier <[email protected]>
 
 <listitem>
 <para>
-Rename I/O block read/write timing statistics columns of pg_stat_statement (Nazir Bilal Yavuz)
+Rename I/O block read/write timing statistics columns of pg_stat_statements (Nazir Bilal Yavuz)
 </para>
 
 <para>
@@ -2817,7 +2817,7 @@ Author: Michael Paquier <[email protected]>
 
 <listitem>
 <para>
-Add local I/O block read/write timing statistics columns of pg_stat_statement (Nazir Bilal Yavuz)
+Add local I/O block read/write timing statistics columns of pg_stat_statements (Nazir Bilal Yavuz)
 </para>
 
 <para>
@@ -2843,11 +2843,11 @@ Author: Alexander Korotkov <[email protected]>
 
 <listitem>
 <para>
-Add optional fourth parameter to pg_stat_statements_reset() to allow for the resetting of only min/max statistics (Andrei Zubkov)
+Add optional fourth argument (minmax_only) to pg_stat_statements_reset() to allow for the resetting of only min/max statistics (Andrei Zubkov)
 </para>
 
 <para>
-This parameter defaults to "false".
+This argument defaults to "false".
 </para>
 </listitem>