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 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*"/> |