diff options
author | Bruce Momjian | 2022-07-15 00:01:11 +0000 |
---|---|---|
committer | Bruce Momjian | 2022-07-15 00:01:11 +0000 |
commit | 582c3e9e8b8d27bec2deb71025c8e85b6257c589 (patch) | |
tree | 127dc0cfdc2eb3d75621d7401325629e4feaba7d | |
parent | 5fe2d4c56edd315780e3c6a00caaa5625a719a87 (diff) |
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
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index f2066e5f0f5..7dbbab6f5c9 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -5894,7 +5894,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*"/> @@ -6824,7 +6824,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*"/> |