Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 62340f8

Browse files
committed
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.
1 parent b4ef5ac commit 62340f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/sgml/dml.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ DELETE FROM products;
262262
</sect1>
263263

264264
<sect1 id="dml-returning">
265-
<title>Returning Data From Modified Rows</title>
265+
<title>Returning Data from Modified Rows</title>
266266

267267
<indexterm zone="dml-returning">
268268
<primary>RETURNING</primary>

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6849,7 +6849,7 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
68496849
<!-- end re_syntax.n man page -->
68506850

68516851
<sect3 id="posix-vs-xquery">
6852-
<title>Differences From XQuery (<literal>LIKE_REGEX</literal>)</title>
6852+
<title>Differences from XQuery (<literal>LIKE_REGEX</literal>)</title>
68536853

68546854
<indexterm zone="posix-vs-xquery">
68556855
<primary><literal>LIKE_REGEX</literal></primary>

doc/src/sgml/plpgsql.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ END;
16571657
</para>
16581658

16591659
<sect2 id="plpgsql-statements-returning">
1660-
<title>Returning From a Function</title>
1660+
<title>Returning from a Function</title>
16611661

16621662
<para>
16631663
There are two commands available that allow you to return data

0 commit comments

Comments
 (0)