diff options
Diffstat (limited to 'doc/src/sgml/pgbench.sgml')
-rw-r--r-- | doc/src/sgml/pgbench.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml index a33ac1760c3..5a10e93a400 100644 --- a/doc/src/sgml/pgbench.sgml +++ b/doc/src/sgml/pgbench.sgml @@ -409,7 +409,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</> </sect2> <sect2> - <title>What is the <quote>transaction</> actually performed in pgbench?</title> + <title>What is the <quote>Transaction</> Actually Performed in pgbench?</title> <para> The default transaction script issues seven commands per transaction: @@ -622,7 +622,7 @@ END; </sect2> <sect2> - <title>Per-transaction logging</title> + <title>Per-Transaction Logging</title> <para> With the <literal>-l</> option, <application>pgbench</> writes the time @@ -667,7 +667,7 @@ END; </sect2> <sect2> - <title>Per-statement latencies</title> + <title>Per-Statement Latencies</title> <para> With the <literal>-r</> option, <application>pgbench</> collects |