Skip to content

Commit 5df6aea

Browse files
committed
doc: Add index entry for "multirange type"
Before now, looking up "multirange" in the index only led to the multirange() function. To make this more useful, also add an entry pointing to the range types section.
1 parent 50529e5 commit 5df6aea

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)