aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-08-25 07:29:05 +0200
committerPeter Eisentraut <peter@eisentraut.org>2020-08-25 07:31:12 +0200
commit4534a1e81039866f1a0c4326e0458031a8ef483e (patch)
tree7f0a9774b3c5f702dfe0333cb79b6a3c94a7619f
parent6b701eaaa90e07035f9a965d7ca9831d01586c63 (diff)
downloadpostgresql-4534a1e81039866f1a0c4326e0458031a8ef483e.tar.gz
postgresql-4534a1e81039866f1a0c4326e0458031a8ef483e.zip
doc: Fix up title case
This fixes some instances that were missed in earlier processings and that now look a bit strange because they are inconsistent with nearby titles.
-rw-r--r--doc/src/sgml/dml.sgml2
-rw-r--r--doc/src/sgml/func.sgml2
-rw-r--r--doc/src/sgml/plpgsql.sgml2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml
index 97a77309554..3844e34a7dc 100644
--- a/doc/src/sgml/dml.sgml
+++ b/doc/src/sgml/dml.sgml
@@ -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>
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 230587eee47..511c703e627 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -5982,7 +5982,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>
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml
index b61991ff70d..e0997000999 100644
--- a/doc/src/sgml/plpgsql.sgml
+++ b/doc/src/sgml/plpgsql.sgml
@@ -1632,7 +1632,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