docs: Fix typo in pg_stat_statements documentation
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 13 Dec 2023 10:32:13 +0000 (11:32 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 13 Dec 2023 10:32:13 +0000 (11:32 +0100)
Commit dc9f8a79830 accidentally misspelled minimum as minimun.

doc/src/sgml/pgstatstatements.sgml

index acfacf828ce31af36a70589922a8cd613fadaaeb..44dd4db7ce7f3f8bc6721d8c7b5bf35216302203 100644 (file)
       view are discarded, it will also reset the statistics in the
       <structname>pg_stat_statements_info</structname> view.
       When <structfield>minmax_only</structfield> is <literal>true</literal> 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.
       <structfield>min_plan_time</structfield>, <structfield>max_plan_time</structfield>,
       <structfield>min_exec_time</structfield> and <structfield>max_exec_time</structfield>
       fields). The default value for <structfield>minmax_only</structfield> parameter is