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
This commit is contained in:
Peter Eisentraut 2022-03-30 17:08:24 +02:00
parent 51c0d186d9
commit b21c4cf951
1 changed files with 5 additions and 0 deletions

View File

@ -20022,6 +20022,11 @@ SELECT NULLIF(value, '(none)') ...
<type>anyrange</type> )
<returnvalue>anymultirange</returnvalue>
</para>
<para role="func_signature">
<function>range_intersect_agg</function> ( <parameter>value</parameter>
<type>anymultirange</type> )
<returnvalue>anymultirange</returnvalue>
</para>
<para>
Computes the intersection of the non-null input values.
</para></entry>