aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2023-12-13 11:32:13 +0100
committerDaniel Gustafsson <dgustafsson@postgresql.org>2023-12-13 11:32:13 +0100
commit741fb0056eda5e7bd03deb0719121f88b4b9e34a (patch)
treed2544194d1f97f471a0cc343756437a2e4bd767d /doc/src
parent8a7cbfce13d476a3e9782111c45a7b3335646ee4 (diff)
downloadpostgresql-741fb0056eda5e7bd03deb0719121f88b4b9e34a.tar.gz
postgresql-741fb0056eda5e7bd03deb0719121f88b4b9e34a.zip
docs: Fix typo in pg_stat_statements documentation
Commit dc9f8a79830 accidentally misspelled minimum as minimun.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/pgstatstatements.sgml2
1 files changed, 1 insertions, 1 deletions
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
<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