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

Commit 29424a9

Browse files
Fix simple typo in monitoring docs
1 parent 562f06f commit 29424a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/monitoring.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2300,7 +2300,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
23002300
<entry>
23012301
Reset some cluster-wide statistics counters to zero, depending on the
23022302
argument (requires superuser privileges by default, but EXECUTE for
2303-
this functiion can be granted to others).
2303+
this function can be granted to others).
23042304
Calling <literal>pg_stat_reset_shared('bgwriter')</> will zero all the
23052305
counters shown in the <structname>pg_stat_bgwriter</> view.
23062306
Calling <literal>pg_stat_reset_shared('archiver')</> will zero all the

0 commit comments

Comments
 (0)