Incorrect and missing docs for range_intersect_agg

From: Shay Rojansky <roji(at)roji(dot)org>
To: pgsql-docs(at)postgresql(dot)org
Subject: Incorrect and missing docs for range_intersect_agg
Date: 2022-05-27 21:35:10
Message-ID: CADT4RqAktzP7t6SFf0Xqm9YhahzvsmxFbzXe-gFOd=+_CHm0JA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi all,

range_intersect_agg is documented to return anymultirange (on this
page[1]), but it actually returns a range.

In addition, range_intersect_agg also accepts a multirange as its
parameter, but that's not documented on the same page. Note that range_agg
does *not* accept a multirange (possibly already added for PG15, see
this[2]).

Thanks,

Shay

[1] https://www.postgresql.org/docs/current/functions-aggregate.html
[2]
https://www.mail-archive.com/pgsql-hackers(at)lists(dot)postgresql(dot)org/msg105057.html

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2022-05-29 17:18:29 Re: Incorrect and missing docs for range_intersect_agg
Previous Message Nikhil Shetty 2022-05-27 18:41:31 Adding more detail to pg_upgrade documentation