mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
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:
parent
51c0d186d9
commit
b21c4cf951
@ -20022,6 +20022,11 @@ SELECT NULLIF(value, '(none)') ...
|
|||||||
<type>anyrange</type> )
|
<type>anyrange</type> )
|
||||||
<returnvalue>anymultirange</returnvalue>
|
<returnvalue>anymultirange</returnvalue>
|
||||||
</para>
|
</para>
|
||||||
|
<para role="func_signature">
|
||||||
|
<function>range_intersect_agg</function> ( <parameter>value</parameter>
|
||||||
|
<type>anymultirange</type> )
|
||||||
|
<returnvalue>anymultirange</returnvalue>
|
||||||
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Computes the intersection of the non-null input values.
|
Computes the intersection of the non-null input values.
|
||||||
</para></entry>
|
</para></entry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user