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

Commitdebeb47

Browse files
committed
Be a little more consistent about which terms are uppercased in
index entries.
1 parent99827af commitdebeb47

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.184 2003/12/25 03:36:23 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.185 2003/12/26 21:30:48 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -258,7 +258,7 @@ PostgreSQL documentation
258258

259259
<para>
260260
<indexterm>
261-
<primary>between</primary>
261+
<primary>BETWEEN</primary>
262262
</indexterm>
263263
In addition to the comparison operators, the special
264264
<token>BETWEEN</token> construct is available.<indexterm><primary>BETWEEN</primary></indexterm>
@@ -6476,7 +6476,7 @@ SELECT COALESCE(description, short_description, '(none)') ...
64766476
<title><literal>NULLIF</></title>
64776477

64786478
<indexterm>
6479-
<primary>nullif</primary>
6479+
<primary>NULLIF</primary>
64806480
</indexterm>
64816481

64826482
<synopsis>
@@ -8025,23 +8025,23 @@ SELECT col1 FROM tab1
80258025
<title>Row and Array Comparisons</title>
80268026

80278027
<indexterm>
8028-
<primary>in</primary>
8028+
<primary>IN</primary>
80298029
</indexterm>
80308030

80318031
<indexterm>
8032-
<primary>not in</primary>
8032+
<primary>NOT IN</primary>
80338033
</indexterm>
80348034

80358035
<indexterm>
8036-
<primary>any</primary>
8036+
<primary>ANY</primary>
80378037
</indexterm>
80388038

80398039
<indexterm>
8040-
<primary>all</primary>
8040+
<primary>ALL</primary>
80418041
</indexterm>
80428042

80438043
<indexterm>
8044-
<primary>some</primary>
8044+
<primary>SOME</primary>
80458045
</indexterm>
80468046

80478047
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp