diff options
author | Peter Eisentraut | 2022-06-22 12:24:48 +0000 |
---|---|---|
committer | Peter Eisentraut | 2022-06-22 12:24:48 +0000 |
commit | 9f0b953457012a41321ab62cffa6aeabcb6e99b2 (patch) | |
tree | 75842c3da4e20a97e58738bcd50cf1de6fcef800 | |
parent | 662dbe2c8657b01b436105754dff918a39a67365 (diff) |
doc: Clean up title case use
-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 f273fc95b9..48478b1024 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 820e09dc3f..2acf55c2ac 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 |