Skip to content

Commit b21c4cf

Browse files
committed
doc: Document range_intersect_agg(anymultirange)
It already existed but was not mentioned in the documentation. (Only the anyrange variant was listed.) Author: Paul Jungwirth <pj@illuminatedcomputing.com> Reviewed-by: Chapman Flack <chap@anastigmatix.net> Discussion: https://www.postgresql.org/message-id/flat/007ef255-35ef-fd26-679c-f97e7a7f30c2@illuminatedcomputing.com
1 parent 51c0d18 commit b21c4cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/src/sgml/func.sgml

+5
Original file line numberDiff line numberDiff line change
@@ -20022,6 +20022,11 @@ SELECT NULLIF(value, '(none)') ...
2002220022
<type>anyrange</type> )
2002320023
<returnvalue>anymultirange</returnvalue>
2002420024
</para>
20025+
<para role="func_signature">
20026+
<function>range_intersect_agg</function> ( <parameter>value</parameter>
20027+
<type>anymultirange</type> )
20028+
<returnvalue>anymultirange</returnvalue>
20029+
</para>
2002520030
<para>
2002620031
Computes the intersection of the non-null input values.
2002720032
</para></entry>

0 commit comments

Comments
 (0)