diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2016-06-07 15:21:01 +0100 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2016-06-07 15:21:01 +0100 |
commit | 29424a9c666b6722aac7527e388c2b01830a0990 (patch) | |
tree | 4186a9604c2ff82e04e206d659a74e34a9aeef86 | |
parent | 562f06f3f0da92e397a2f05e1b9b5bfbde336fb2 (diff) | |
download | postgresql-29424a9c666b6722aac7527e388c2b01830a0990.tar.gz postgresql-29424a9c666b6722aac7527e388c2b01830a0990.zip |
Fix simple typo in monitoring docs
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 2b2f7e301b9..bd7bb7734eb 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -2300,7 +2300,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i <entry> Reset some cluster-wide statistics counters to zero, depending on the 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 counters shown in the <structname>pg_stat_bgwriter</> view. Calling <literal>pg_stat_reset_shared('archiver')</> will zero all the |