diff options
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. |