Skip to content

Commit c0fdc96

Browse files
committed
doc: Clean up title case use
1 parent b8c4261 commit c0fdc96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/sgml/appendix-obsolete-default-roles.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-->
55

66
<sect1 id="default-roles" xreflabel="default-roles">
7-
<title>Default Roles renamed to Predefined Roles</title>
7+
<title>Default Roles Renamed to Predefined Roles</title>
88

99
<indexterm>
1010
<primary>default-roles</primary>

doc/src/sgml/btree.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ options(<replaceable>relopts</replaceable> <type>local_relopts *</type>) returns
630630
</sect2>
631631

632632
<sect2 id="btree-deletion">
633-
<title>Bottom-up index deletion</title>
633+
<title>Bottom-up Index Deletion</title>
634634
<para>
635635
B-Tree indexes are not directly aware that under MVCC, there might
636636
be multiple extant versions of the same logical table row; to an

doc/src/sgml/logicaldecoding.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ stream_commit_cb(...); &lt;-- commit of the streamed transaction
12671267
</sect1>
12681268

12691269
<sect1 id="logicaldecoding-two-phase-commits">
1270-
<title>Two-phase commit support for Logical Decoding</title>
1270+
<title>Two-phase Commit Support for Logical Decoding</title>
12711271

12721272
<para>
12731273
With the basic output plugin callbacks (eg., <function>begin_cb</function>,

0 commit comments

Comments
 (0)