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

Commit7f055fb

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 parent77c1537 commit7f055fb

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
@@ -6876,7 +6876,7 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
68766876
<!-- end re_syntax.n man page -->
68776877

68786878
<sect3 id="posix-vs-xquery">
6879-
<title>DifferencesFrom XQuery (<literal>LIKE_REGEX</literal>)</title>
6879+
<title>Differencesfrom XQuery (<literal>LIKE_REGEX</literal>)</title>
68806880

68816881
<indexterm zone="posix-vs-xquery">
68826882
<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
@@ -1657,7 +1657,7 @@ END;
16571657
</para>
16581658

16591659
<sect2 id="plpgsql-statements-returning">
1660-
<title>ReturningFrom a Function</title>
1660+
<title>Returningfrom a Function</title>
16611661

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp