summaryrefslogtreecommitdiff
path: root/doc/src
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:30:22 +0200
commit62340f8eca4c9d4e49097eaf0a341aca8450b56b (patch)
tree4c04b5c66895cde3db19e2dc512717134bcb8894 /doc/src
parentb4ef5ac0b7bfa734ad908bb5577cf4ee65ce2974 (diff)
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.
Diffstat (limited to 'doc/src')
-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 9dcb8233265..8a5f37671f0 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -6849,7 +6849,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 d5c1654b16e..815912666dd 100644
--- a/doc/src/sgml/plpgsql.sgml
+++ b/doc/src/sgml/plpgsql.sgml
@@ -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