From f3e31268f7118d0719dcff190bdd5e1de88389d5 Mon Sep 17 00:00:00 2001 From: Justin Pryzby Date: Thu, 4 Apr 2019 19:39:05 -0500 Subject: [PATCH v2 12/12] docs: create or reindex progress of ptn tables --- doc/src/sgml/monitoring.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index a1c3848..5ada8b7 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -3582,16 +3582,16 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, partitions_total bigint - When creating an index on a partitioned table, this column is set to - the total number of partitions on which the index is to be created. + When the index being created or reindexed is on a partitioned table, + this is the total number of partitions to be processed. partitions_done bigint - When creating an index on a partitioned table, this column is set to - the number of partitions on which the index has been completed. + When the index being created or reindexed is on a partitioned table, + this is the number of partitions for which the process is complete. -- 2.1.4