From: Bruce Momjian Date: Thu, 16 May 2024 02:54:29 +0000 (-0400) Subject: doc PG 17 relnotes: wording adjustments X-Git-Tag: REL_17_BETA1~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6ebb418317a1e84be46e7e7b02a26d8c44984de;p=thirdparty%2Fpostgresql.git doc PG 17 relnotes: wording adjustments Reported-by: jian he Discussion: https://postgr.es/m/CACJufxHTJBqDmBC4iPgte_xd4aMgONRm680Ji5m5gCA8+YEmJg@mail.gmail.com Co-authored-by: jian he Backpatch-through: master --- diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 7f36a35954d..ed1af17bb0a 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -208,7 +208,7 @@ Author: Michael Paquier -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) @@ -2817,7 +2817,7 @@ Author: Michael Paquier -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) @@ -2843,11 +2843,11 @@ Author: Alexander Korotkov -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) -This parameter defaults to "false". +This argument defaults to "false".