doc: Clean up title case use

This commit is contained in:
Peter Eisentraut 2021-07-01 21:27:39 +02:00
parent b8c4261e5e
commit c0fdc96370
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
-->
<sect1 id="default-roles" xreflabel="default-roles">
<title>Default Roles renamed to Predefined Roles</title>
<title>Default Roles Renamed to Predefined Roles</title>
<indexterm>
<primary>default-roles</primary>

View File

@ -630,7 +630,7 @@ options(<replaceable>relopts</replaceable> <type>local_relopts *</type>) returns
</sect2>
<sect2 id="btree-deletion">
<title>Bottom-up index deletion</title>
<title>Bottom-up Index Deletion</title>
<para>
B-Tree indexes are not directly aware that under MVCC, there might
be multiple extant versions of the same logical table row; to an

View File

@ -1267,7 +1267,7 @@ stream_commit_cb(...); &lt;-- commit of the streamed transaction
</sect1>
<sect1 id="logicaldecoding-two-phase-commits">
<title>Two-phase commit support for Logical Decoding</title>
<title>Two-phase Commit Support for Logical Decoding</title>
<para>
With the basic output plugin callbacks (eg., <function>begin_cb</function>,