Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 741fb00

Browse files
docs: Fix typo in pg_stat_statements documentation
Commit dc9f8a7 accidentally misspelled minimum as minimun.
1 parent 8a7cbfc commit 741fb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/pgstatstatements.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@
770770
view are discarded, it will also reset the statistics in the
771771
<structname>pg_stat_statements_info</structname> view.
772772
When <structfield>minmax_only</structfield> is <literal>true</literal> only the
773-
values of minimun and maximum planning and execution time will be reset (i.e.
773+
values of minimum and maximum planning and execution time will be reset (i.e.
774774
<structfield>min_plan_time</structfield>, <structfield>max_plan_time</structfield>,
775775
<structfield>min_exec_time</structfield> and <structfield>max_exec_time</structfield>
776776
fields). The default value for <structfield>minmax_only</structfield> parameter is

0 commit comments

Comments
 (0)