Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ddfc3c1

Browse files
committed
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
1 parent f313646 commit ddfc3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/monitoring.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3706,7 +3706,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
37063706
<note>
37073707
<para>
37083708
Note that when <command>ANALYZE</command> is run on a partitioned table,
3709-
all of its partitions are also recursively analyzed as also mentioned on
3709+
all of its partitions are also recursively analyzed as also mentioned in
37103710
<xref linkend="sql-analyze"/>. In that case, <command>ANALYZE</command>
37113711
progress is reported first for the parent table, whereby its inheritance
37123712
statistics are collected, followed by that for each partition.

0 commit comments

Comments
 (0)