doc: Clean up title case use
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 1 Jul 2021 19:27:39 +0000 (21:27 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 1 Jul 2021 19:29:34 +0000 (21:29 +0200)
doc/src/sgml/appendix-obsolete-default-roles.sgml
doc/src/sgml/btree.sgml
doc/src/sgml/logicaldecoding.sgml

index dec3c50e581a3e80454d90718b6587391c1d67d6..ef252435bb63c5ba89251f3c8fac01439b0d5eff 100644 (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>
index 2b716c64439848d01a9d55f97501993d6c07c8d6..f569f93f35234f336c1f3cf2f0355cba471fcce6 100644 (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
index 985db5ca11e72a4e953448c044f3ee103d66bc38..002efc86b433f386ff743d7eedf3825f7d90b9b6 100644 (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>,