Add missing type name "multirange" in docs chapter title
authorAlexander Korotkov <akorotkov@postgresql.org>
Tue, 15 Jun 2021 13:06:32 +0000 (16:06 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Tue, 15 Jun 2021 13:06:32 +0000 (16:06 +0300)
Discussion: https://postgr.es/m/CAFj8pRDioOxiJgmgw9TqQqZ3CxnJC4P5B2Oospf2eMgAjJuewA%40mail.gmail.com
Author: Pavel Stehule, Alexander Korotkov
Reviewed-by: Justin Pryzby, Tom Lane
doc/src/sgml/func.sgml

index a2d810ef40e6631fc1356be6b4994a02db725dbd..91b7674cbb30be86c71439f0ca5ca2d0678ab0d2 100644 (file)
@@ -18165,7 +18165,7 @@ SELECT NULLIF(value, '(none)') ...
   </sect1>
 
  <sect1 id="functions-range">
-  <title>Range Functions and Operators</title>
+  <title>Range/Multirange Functions and Operators</title>
 
   <para>
    See <xref linkend="rangetypes"/> for an overview of range types.