Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 46bbe5d

Browse files
committed
doc: Clean up title case use
1 parent 100e9ae commit 46bbe5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ stream_commit_cb(...); &lt;-- commit of the streamed transaction
12481248
</sect1>
12491249

12501250
<sect1 id="logicaldecoding-two-phase-commits">
1251-
<title>Two-phase commit support for Logical Decoding</title>
1251+
<title>Two-phase Commit Support for Logical Decoding</title>
12521252

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

0 commit comments

Comments
 (0)