Fix typo in progress reporting doc
Hi,
I have observed that the table naming conventions used in
'progress-reporting.html' are not consistent across different
sections. For some cases "Phases" (Table 28.37. CREATE INDEX Phases)
is used and for some cases "phases" (Table 28.35. ANALYZE phases) is
used. I have attached a patch to correct this.
Thanks and Regards,
Nitin Jahav
Attachments:
0001-fix-typo-in-progress-reporting-doc.patchapplication/octet-stream; name=0001-fix-typo-in-progress-reporting-doc.patchDownload
From a3a44fa5693a0ba1b2d13fe1377ca0f68242f1ee Mon Sep 17 00:00:00 2001
From: Nitin Jadhav <nitinjadhav@microsoft.com>
Date: Fri, 11 Mar 2022 10:34:17 +0000
Subject: [PATCH] fix typo in progress reporting doc
---
doc/src/sgml/monitoring.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 9fb62fec8e..74d1d66fe4 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -5709,7 +5709,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
</table>
<table id="analyze-phases">
- <title>ANALYZE phases</title>
+ <title>ANALYZE Phases</title>
<tgroup cols="2">
<colspec colname="col1" colwidth="1*"/>
<colspec colname="col2" colwidth="2*"/>
@@ -6639,7 +6639,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
</table>
<table id="basebackup-phases">
- <title>Base backup phases</title>
+ <title>Base Backup Phases</title>
<tgroup cols="2">
<colspec colname="col1" colwidth="1*"/>
<colspec colname="col2" colwidth="2*"/>
--
2.25.1
On Fri, Mar 11, 2022 at 04:07:32PM +0530, Nitin Jadhav wrote:
Hi,
I have observed that the table naming conventions used in
'progress-reporting.html' are not consistent across different
sections. For some cases "Phases" (Table 28.37. CREATE INDEX Phases)
is used and for some cases "phases" (Table 28.35. ANALYZE phases) is
used. I have attached a patch to correct this.
Patch applied to PG 13, where it first appeared, and all later releases.
Thanks.
--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com
Indecision is a decision. Inaction is an action. Mark Batterson