1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

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.
This commit is contained in:
Peter Eisentraut 2020-08-25 07:29:05 +02:00
parent 6b701eaaa9
commit 4534a1e810
3 changed files with 3 additions and 3 deletions

View 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>

View File

@ -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>

View File

@ -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