Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix grammar in monitoring.sgml
authorMichael Paquier <michael@paquier.xyz>
Tue, 18 Feb 2020 01:49:44 +0000 (10:49 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 18 Feb 2020 01:49:44 +0000 (10:49 +0900)
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

doc/src/sgml/monitoring.sgml

index a9f6ee6e32aa4a99049be2196c1174e438f9b0a2..87586a7b069a1d1c11a521f93bbae9161fc06146 100644 (file)
@@ -3706,7 +3706,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
   <note>
    <para>
     Note that when <command>ANALYZE</command> 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
     <xref linkend="sql-analyze"/>.  In that case, <command>ANALYZE</command>
     progress is reported first for the parent table, whereby its inheritance
     statistics are collected, followed by that for each partition.