diff options
-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 7b6ea8b24df..6b0ff5ff4c0 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -5137,7 +5137,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*"/> @@ -6049,7 +6049,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*"/> |