1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-22 17:42:17 +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:
Peter Eisentraut
2019-09-08 10:26:35 +02:00
parent db43831899
commit 8e929a4667
52 changed files with 123 additions and 122 deletions

View File

@@ -836,7 +836,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
<title>Notes</title>
<refsect2>
<title>What is the <quote>Transaction</quote> Actually Performed in <application>pgbench</application>?</title>
<title>What Is the <quote>Transaction</quote> Actually Performed in <application>pgbench</application>?</title>
<para>
<application>pgbench</application> executes test scripts chosen randomly
@@ -1151,7 +1151,7 @@ SELECT 2 AS two, 3 AS three \gset p_
</refsect2>
<refsect2 id="pgbench-builtin-operators">
<title>Built-In Operators</title>
<title>Built-in Operators</title>
<para>
The arithmetic, bitwise, comparison and logical operators listed in
@@ -1161,7 +1161,7 @@ SELECT 2 AS two, 3 AS three \gset p_
</para>
<table id="pgbench-operators">
<title>pgbench Operators by increasing precedence</title>
<title>pgbench Operators by Increasing Precedence</title>
<tgroup cols="4">
<thead>
<row>