Commit e1d5ac31 authored by Bruce Momjian's avatar Bruce Momjian

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
parent 2fc2d805
......@@ -5594,7 +5594,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*"/>
......@@ -6524,7 +6524,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*"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment