Attached fixes a minor typo as follows: s/index vacuums cycles/index vacuum cycles/g
Thanks, Amit
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 7055c37..cb22afb 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -2594,7 +2594,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <entry><structfield>index_vacuum_count</></entry> <entry><type>bigint</></entry> <entry> - Number of completed index vacuums cycles. + Number of completed index vacuum cycles. </entry> </row> <row>
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers