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

Commit5df6aea

Browse files
committed
doc: Add index entry for "multirange type"
Before now, looking up "multirange" in the index only led to themultirange() function. To make this more useful, also add an entrypointing to the range types section.
1 parent50529e5 commit5df6aea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19206,7 +19206,7 @@ SELECT NULLIF(value, '(none)') ...
1920619206
<row>
1920719207
<entry role="func_table_entry"><para role="func_signature">
1920819208
<indexterm>
19209-
<primary>multirange</primary>
19209+
<primary>multirange (function)</primary>
1921019210
</indexterm>
1921119211
<function>multirange</function> ( <type>anyrange</type> )
1921219212
<returnvalue>anymultirange</returnvalue>

‎doc/src/sgml/rangetypes.sgml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<primary>range type</primary>
88
</indexterm>
99

10+
<indexterm>
11+
<primary>multirange type</primary>
12+
</indexterm>
13+
1014
<para>
1115
Range types are data types representing a range of values of some
1216
element type (called the range's <firstterm>subtype</firstterm>).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp