mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Fix simple typo in monitoring docs
This commit is contained in:
@ -2300,7 +2300,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
|
|||||||
<entry>
|
<entry>
|
||||||
Reset some cluster-wide statistics counters to zero, depending on the
|
Reset some cluster-wide statistics counters to zero, depending on the
|
||||||
argument (requires superuser privileges by default, but EXECUTE for
|
argument (requires superuser privileges by default, but EXECUTE for
|
||||||
this functiion can be granted to others).
|
this function can be granted to others).
|
||||||
Calling <literal>pg_stat_reset_shared('bgwriter')</> will zero all the
|
Calling <literal>pg_stat_reset_shared('bgwriter')</> will zero all the
|
||||||
counters shown in the <structname>pg_stat_bgwriter</> view.
|
counters shown in the <structname>pg_stat_bgwriter</> view.
|
||||||
Calling <literal>pg_stat_reset_shared('archiver')</> will zero all the
|
Calling <literal>pg_stat_reset_shared('archiver')</> will zero all the
|
||||||
|
Reference in New Issue
Block a user