doc: Fix up title case
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 25 Aug 2020 05:29:05 +0000 (07:29 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 25 Aug 2020 05:29:05 +0000 (07:29 +0200)
This fixes some instances that were missed in earlier processings and
that now look a bit strange because they are inconsistent with nearby
titles.

doc/src/sgml/dml.sgml
doc/src/sgml/func.sgml
doc/src/sgml/plpgsql.sgml

index 97a773095540d9f41d997d1397576b91f62f7166..3844e34a7dcceaeed9ef18f167437fe62966cf2e 100644 (file)
@@ -262,7 +262,7 @@ DELETE FROM products;
  </sect1>
 
  <sect1 id="dml-returning">
-  <title>Returning Data From Modified Rows</title>
+  <title>Returning Data from Modified Rows</title>
 
   <indexterm zone="dml-returning">
    <primary>RETURNING</primary>
index 51ec5281c0b383eb18aec5e193ae3c4ef0a0664b..bbbffd9d5bbc1cfd22649cfbce2b996307e06176 100644 (file)
@@ -6876,7 +6876,7 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
 <!-- end re_syntax.n man page -->
 
    <sect3 id="posix-vs-xquery">
-   <title>Differences From XQuery (<literal>LIKE_REGEX</literal>)</title>
+   <title>Differences from XQuery (<literal>LIKE_REGEX</literal>)</title>
 
    <indexterm zone="posix-vs-xquery">
     <primary><literal>LIKE_REGEX</literal></primary>
index d5c1654b16e4f3f244b69a02fa727a19bae3a9e9..815912666dd0834c96bfb0ed91d310e0a2a5ed3e 100644 (file)
@@ -1657,7 +1657,7 @@ END;
    </para>
 
    <sect2 id="plpgsql-statements-returning">
-    <title>Returning From a Function</title>
+    <title>Returning from a Function</title>
 
     <para>
      There are two commands available that allow you to return data