Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4534a1e

Browse files
committed
doc: Fix up title case
This fixes some instances that were missed in earlier processings andthat now look a bit strange because they are inconsistent with nearbytitles.
1 parent6b701ea commit4534a1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎doc/src/sgml/dml.sgml

Lines changed: 1 addition & 1 deletion
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 DataFrom Modified Rows</title>
265+
<title>Returning Datafrom Modified Rows</title>
266266

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

‎doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5982,7 +5982,7 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
59825982
<!-- end re_syntax.n man page -->
59835983

59845984
<sect3 id="posix-vs-xquery">
5985-
<title>DifferencesFrom XQuery (<literal>LIKE_REGEX</literal>)</title>
5985+
<title>Differencesfrom XQuery (<literal>LIKE_REGEX</literal>)</title>
59865986

59875987
<indexterm zone="posix-vs-xquery">
59885988
<primary><literal>LIKE_REGEX</literal></primary>

‎doc/src/sgml/plpgsql.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1632,7 +1632,7 @@ END;
16321632
</para>
16331633

16341634
<sect2 id="plpgsql-statements-returning">
1635-
<title>ReturningFrom a Function</title>
1635+
<title>Returningfrom a Function</title>
16361636

16371637
<para>
16381638
There are two commands available that allow you to return data

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp