Skip to content

Commit e1d5ac3

Browse files
committed
docs: make monitoring "phases" table titles consistent
Reported-by: Nitin Jadhav Discussion: https://postgr.es/m/CAMm1aWbmTHwHKC2PERH0CCaFVPoxrtLeS8=wNuoge94qdSp3vA@mail.gmail.com Author: Nitin Jadhav Backpatch-through: 13
1 parent 2fc2d80 commit e1d5ac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5594,7 +5594,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
55945594
</table>
55955595

55965596
<table id="analyze-phases">
5597-
<title>ANALYZE phases</title>
5597+
<title>ANALYZE Phases</title>
55985598
<tgroup cols="2">
55995599
<colspec colname="col1" colwidth="1*"/>
56005600
<colspec colname="col2" colwidth="2*"/>
@@ -6524,7 +6524,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
65246524
</table>
65256525

65266526
<table id="basebackup-phases">
6527-
<title>Base backup phases</title>
6527+
<title>Base Backup Phases</title>
65286528
<tgroup cols="2">
65296529
<colspec colname="col1" colwidth="1*"/>
65306530
<colspec colname="col2" colwidth="2*"/>

0 commit comments

Comments
 (0)