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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: doc: Re-order sections of "28.4. Progress Reporting"
Дата
Msg-id E1oyWQD-000kke-LM@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Fix handling of pending inserts in nodeModifyTable.c.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Re-order Table 28.12 "Wait Events of type LWLock"