From 741fb0056eda5e7bd03deb0719121f88b4b9e34a Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Wed, 13 Dec 2023 11:32:13 +0100 Subject: [PATCH] docs: Fix typo in pg_stat_statements documentation Commit dc9f8a79830 accidentally misspelled minimum as minimun. --- doc/src/sgml/pgstatstatements.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5