diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-08-25 07:29:05 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-08-25 07:29:05 +0200 |
commit | 7f055fba3fa99d807837a229967fd6c5dd720530 (patch) | |
tree | 7397fa6cc218290bd83036a1b54670435f43b143 /doc/src | |
parent | 77c1537f512e6ac2513f8695c795dc94cbf207ee (diff) | |
download | postgresql-7f055fba3fa99d807837a229967fd6c5dd720530.tar.gz postgresql-7f055fba3fa99d807837a229967fd6c5dd720530.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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/dml.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/func.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/plpgsql.sgml | 2 |
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 51ec5281c0b..bbbffd9d5bb 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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> 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 |