diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-02-18 10:49:44 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-02-18 10:49:44 +0900 |
commit | ddfc3c1499b05956094a7f219fe2b6ac0c9ce5eb (patch) | |
tree | 72b616008d72fa41eb6e4828e468ba095dc28458 /doc/src | |
parent | f31364676dfd9e7a2b712ea0da7b4ab6b7d28f5e (diff) | |
download | postgresql-ddfc3c1499b05956094a7f219fe2b6ac0c9ce5eb.tar.gz postgresql-ddfc3c1499b05956094a7f219fe2b6ac0c9ce5eb.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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> <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. |