From: Daniel Gustafsson Date: Wed, 13 Dec 2023 10:32:13 +0000 (+0100) Subject: docs: Fix typo in pg_stat_statements documentation X-Git-Tag: REL_17_BETA1~1293 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=741fb0056eda5e7bd03deb0719121f88b4b9e34a;p=thirdparty%2Fpostgresql.git docs: Fix typo in pg_stat_statements documentation Commit dc9f8a79830 accidentally misspelled minimum as minimun. --- diff --git a/doc/src/sgml/pgstatstatements.sgml b/doc/src/sgml/pgstatstatements.sgml index acfacf828ce..44dd4db7ce7 100644 --- a/doc/src/sgml/pgstatstatements.sgml +++ b/doc/src/sgml/pgstatstatements.sgml @@ -770,7 +770,7 @@ view are discarded, it will also reset the statistics in the pg_stat_statements_info view. When minmax_only is true only the - values of minimun and maximum planning and execution time will be reset (i.e. + values of minimum and maximum planning and execution time will be reset (i.e. min_plan_time, max_plan_time, min_exec_time and max_exec_time fields). The default value for minmax_only parameter is