From: Peter Eisentraut Date: Tue, 25 Aug 2020 05:29:05 +0000 (+0200) Subject: doc: Fix up title case X-Git-Tag: REL_14_BETA1~1788 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=7f055fba3fa99d807837a229967fd6c5dd720530;p=postgresql.git 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. --- 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; - Returning Data From Modified Rows + Returning Data from Modified Rows RETURNING 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}'); - Differences From XQuery (<literal>LIKE_REGEX</literal>) + Differences from XQuery (<literal>LIKE_REGEX</literal>) LIKE_REGEX 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; - Returning From a Function + Returning from a Function There are two commands available that allow you to return data