doc: Add index entry for "multirange type"
authorPeter Eisentraut
Mon, 3 May 2021 18:14:03 +0000 (20:14 +0200)
committerPeter Eisentraut
Mon, 3 May 2021 18:14:03 +0000 (20:14 +0200)
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.

doc/src/sgml/func.sgml
doc/src/sgml/rangetypes.sgml

index b9b25e03a237fb4cd1cb98ce8d0426c46ef65190..5ae8abff0ce4c6cd9c6073550e64d447b086aad2 100644 (file)
@@ -19206,7 +19206,7 @@ SELECT NULLIF(value, '(none)') ...
       
        
         
-         multirange
+         multirange (function)
         
         multirange ( anyrange )
         anymultirange
index 91e353d4fdb91f7bdbe8a87b101aec8fa60ce848..92ea0e83dab7b4294e58c5e637ede51394db0710 100644 (file)
@@ -7,6 +7,10 @@
   range type
  
 
+  multirange type
+
  
   Range types are data types representing a range of values of some
   element type (called the range's subtype).