mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
docs: Fix typo in pg_stat_statements documentation
Commit dc9f8a7983
accidentally misspelled minimum as minimun.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user