Commit 9f2d1946 authored by Tom Lane's avatar Tom Lane

Doc: fix missing/bogus documentation of range_intersect_agg().

The form taking anymultirange had not been documented.  This was
fixed in HEAD in b21c4cf95, but that should have been back-patched
to v14 since the function was added there.  Do so now.

Also, the form taking anyrange was incorrectly documented as
returning anymultirange, when it returns anyrange.

Remove b21c4cf95 from the v15 release notes, since it no longer
qualifies as new-in-v15.

Noted by Shay Rojansky.

Discussion: https://postgr.es/m/CADT4RqAktzP7t6SFf0Xqm9YhahzvsmxFbzXe-gFOd=+_CHm0JA@mail.gmail.com
parent fe441a03
......@@ -19611,6 +19611,11 @@ SELECT NULLIF(value, '(none)') ...
</indexterm>
<function>range_intersect_agg</function> ( <parameter>value</parameter>
<type>anyrange</type> )
<returnvalue>anyrange</returnvalue>
</para>
<para role="func_signature">
<function>range_intersect_agg</function> ( <parameter>value</parameter>
<type>anymultirange</type> )
<returnvalue>anymultirange</returnvalue>
</para>
<para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment