mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
doc: Clean up title case use
Note: Following existing practice, titles of formalpara and step are not titlecased.
This commit is contained in:
@@ -3620,7 +3620,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
|
||||
</table>
|
||||
|
||||
<table id="create-index-phases">
|
||||
<title>CREATE INDEX phases</title>
|
||||
<title>CREATE INDEX Phases</title>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
@@ -3849,7 +3849,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
|
||||
</table>
|
||||
|
||||
<table id="vacuum-phases">
|
||||
<title>VACUUM phases</title>
|
||||
<title>VACUUM Phases</title>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
@@ -4043,7 +4043,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
|
||||
</table>
|
||||
|
||||
<table id="cluster-phases">
|
||||
<title>CLUSTER and VACUUM FULL phases</title>
|
||||
<title>CLUSTER and VACUUM FULL Phases</title>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
|
Reference in New Issue
Block a user