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

Commit8ef2a5a

Browse files
committed
doc: Mention UNION/ORDER BY etc. keywords in section headers.
Most of the section and sub-section headers in the Queries chapter havethe keywords literally stated, but neither "Sorting Rows" nor "CombiningRows" did. There's no rule that they must be, but it seems like a goodpractice. The keywords will ring a bell to anyone with with even a littlebit of SQL experience.David G. Johnston, per suggestion by bilge@scriptfusion.comDiscussion:https://www.postgresql.org/message-id/159981394174.31338.7014519396749859167%40wrigleys.postgresql.org
1 parent90d8f1b commit8ef2a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/queries.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ SELECT DISTINCT ON (<replaceable>expression</replaceable> <optional>, <replaceab
16211621

16221622

16231623
<sect1 id="queries-union">
1624-
<title>Combining Queries</title>
1624+
<title>Combining Queries (<literal>UNION</literal>, <literal>INTERSECT</literal>, <literal>EXCEPT</literal>)</title>
16251625

16261626
<indexterm zone="queries-union">
16271627
<primary>UNION</primary>
@@ -1701,7 +1701,7 @@ SELECT DISTINCT ON (<replaceable>expression</replaceable> <optional>, <replaceab
17011701

17021702

17031703
<sect1 id="queries-order">
1704-
<title>Sorting Rows</title>
1704+
<title>Sorting Rows (<literal>ORDER BY</literal>)</title>
17051705

17061706
<indexterm zone="queries-order">
17071707
<primary>sorting</primary>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp