From: Michael Paquier Date: Tue, 18 Feb 2020 01:49:44 +0000 (+0900) Subject: Fix grammar in monitoring.sgml X-Git-Tag: REL_13_BETA1~710 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddfc3c1499b05956094a7f219fe2b6ac0c9ce5eb;p=thirdparty%2Fpostgresql.git Fix grammar in monitoring.sgml This is related to progress reporting for ANALYZE and partitioned tables. Author: Amit Langote Reviewed-by: Daniel Gustafsson, Julien Rouhaud Discussion: https://postgr.es/m/CA+HiwqGx6C=-bFTX=ryMThyvM7CcSC3b1x8_6zh4Uo41Kvu-zw@mail.gmail.com --- diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index a9f6ee6e32a..87586a7b069 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -3706,7 +3706,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, Note that when ANALYZE is run on a partitioned table, - all of its partitions are also recursively analyzed as also mentioned on + all of its partitions are also recursively analyzed as also mentioned in . In that case, ANALYZE progress is reported first for the parent table, whereby its inheritance statistics are collected, followed by that for each partition.