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

From Peter Eisentraut
Subject pgsql: doc: Re-order sections of "28.4. Progress Reporting"
Date
Msg-id E1oyWQD-000kke-LM@gemulon.postgresql.org
Whole thread Raw
List 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.b.smith@fujitsu.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion:
https://www.postgresql.org/message-id/flat/CAHut+Pv8Oa7v06hJb3+HzCtM2u-3oHWMdvXVHhvi7ofB83pNbg@mail.gmail.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(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: Fix handling of pending inserts in nodeModifyTable.c.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Re-order Table 28.12 "Wait Events of type LWLock"