From: Simon Riggs Date: Tue, 7 Jun 2016 14:21:01 +0000 (+0100) Subject: Fix simple typo in monitoring docs X-Git-Tag: REL9_6_BETA2~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29424a9c666b6722aac7527e388c2b01830a0990;p=thirdparty%2Fpostgresql.git Fix simple typo in monitoring docs --- 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 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 pg_stat_reset_shared('bgwriter') will zero all the counters shown in the pg_stat_bgwriter view. Calling pg_stat_reset_shared('archiver') will zero all the