Commit 5df6aeab authored by Peter Eisentraut's avatar Peter Eisentraut

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.
parent 50529e5b
...@@ -19206,7 +19206,7 @@ SELECT NULLIF(value, '(none)') ... ...@@ -19206,7 +19206,7 @@ SELECT NULLIF(value, '(none)') ...
<row> <row>
<entry role="func_table_entry"><para role="func_signature"> <entry role="func_table_entry"><para role="func_signature">
<indexterm> <indexterm>
<primary>multirange</primary> <primary>multirange (function)</primary>
</indexterm> </indexterm>
<function>multirange</function> ( <type>anyrange</type> ) <function>multirange</function> ( <type>anyrange</type> )
<returnvalue>anymultirange</returnvalue> <returnvalue>anymultirange</returnvalue>
......
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
<primary>range type</primary> <primary>range type</primary>
</indexterm> </indexterm>
<indexterm>
<primary>multirange type</primary>
</indexterm>
<para> <para>
Range types are data types representing a range of values of some Range types are data types representing a range of values of some
element type (called the range's <firstterm>subtype</firstterm>). element type (called the range's <firstterm>subtype</firstterm>).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment