Commit 46bbe5d7 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Clean up title case use

parent 100e9ae5
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
--> -->
<sect1 id="default-roles" xreflabel="default-roles"> <sect1 id="default-roles" xreflabel="default-roles">
<title>Default Roles renamed to Predefined Roles</title> <title>Default Roles Renamed to Predefined Roles</title>
<indexterm> <indexterm>
<primary>default-roles</primary> <primary>default-roles</primary>
......
...@@ -630,7 +630,7 @@ options(<replaceable>relopts</replaceable> <type>local_relopts *</type>) returns ...@@ -630,7 +630,7 @@ options(<replaceable>relopts</replaceable> <type>local_relopts *</type>) returns
</sect2> </sect2>
<sect2 id="btree-deletion"> <sect2 id="btree-deletion">
<title>Bottom-up index deletion</title> <title>Bottom-up Index Deletion</title>
<para> <para>
B-Tree indexes are not directly aware that under MVCC, there might B-Tree indexes are not directly aware that under MVCC, there might
be multiple extant versions of the same logical table row; to an be multiple extant versions of the same logical table row; to an
......
...@@ -1248,7 +1248,7 @@ stream_commit_cb(...); &lt;-- commit of the streamed transaction ...@@ -1248,7 +1248,7 @@ stream_commit_cb(...); &lt;-- commit of the streamed transaction
</sect1> </sect1>
<sect1 id="logicaldecoding-two-phase-commits"> <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> <para>
With the basic output plugin callbacks (eg., <function>begin_cb</function>, With the basic output plugin callbacks (eg., <function>begin_cb</function>,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment