pgsql: doc: Re-order sections of "28.4. Progress Reporting"

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Re-order sections of "28.4. Progress Reporting"
Date: 2022-11-25 10:59:06
Message-ID: E1oyWQD-000kke-LM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Re-order sections of "28.4. Progress Reporting"

BEFORE
28.4.1. ANALYZE Progress Reporting
28.4.2. CREATE INDEX Progress Reporting
28.4.3. VACUUM Progress Reporting
28.4.4. CLUSTER Progress Reporting
28.4.5. Base Backup Progress Reporting
28.4.6. COPY Progress Reporting

AFTER
28.4.1. ANALYZE Progress Reporting
28.4.2. CLUSTER Progress Reporting
28.4.3. COPY Progress Reporting
28.4.4. CREATE INDEX Progress Reporting
28.4.5. VACUUM Progress Reporting
28.4.6. Base Backup Progress Reporting

Author: Peter Smith <peter(dot)b(dot)smith(at)fujitsu(dot)com>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/CAHut+Pv8Oa7v06hJb3+HzCtM2u-3oHWMdvXVHhvi7ofB83pNbg(at)mail(dot)gmail(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6573643501e982b85f893f45a0cdc237cdb3c653

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 841 +++++++++++++++++++++----------------------
1 file changed, 420 insertions(+), 421 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-11-25 11:14:11 pgsql: doc: Re-order Table 28.12 "Wait Events of type LWLock"
Previous Message Etsuro Fujita 2022-11-25 08:54:39 pgsql: Fix handling of pending inserts in nodeModifyTable.c.