diff options
-rw-r--r-- | doc/src/sgml/config.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/ref/pgbench.sgml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index f273fc95b98..48478b1024a 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -7669,7 +7669,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; </para> <table id="runtime-config-logging-jsonlog-keys-values"> - <title>Keys and values of JSON log entries</title> + <title>Keys and Values of JSON Log Entries</title> <tgroup cols="3"> <thead> <row> diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 820e09dc3f5..2acf55c2acd 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -1023,8 +1023,8 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d <refsect1> <title>Notes</title> - <refsect2 id="transactions-and-scripts" xreflabel="What is the "Transaction" Actually Performed in pgbench?"> - <title>What is the <quote>Transaction</quote> Actually Performed in <application>pgbench</application>?</title> + <refsect2 id="transactions-and-scripts" xreflabel="What Is the "Transaction" Actually Performed in pgbench?"> + <title>What Is the <quote>Transaction</quote> Actually Performed in <application>pgbench</application>?</title> <para> <application>pgbench</application> executes test scripts chosen randomly |