mirror of https://github.com/postgres/postgres
doc: Clean up title case use
This commit is contained in:
parent
b8c4261e5e
commit
c0fdc96370
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1267,7 +1267,7 @@ stream_commit_cb(...); <-- 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>,
|
||||
|
|
Loading…
Reference in New Issue