Re: Incorrect and missing docs for range_intersect_agg
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Shay Rojansky <roji@roji.org>
Cc: pgsql-docs@postgresql.org
Date: 2022-05-29T17:18:29Z
Lists: pgsql-docs
Shay Rojansky <roji@roji.org> writes: > range_intersect_agg is documented to return anymultirange (on this > page[1]), but it actually returns a range. The form with anyrange input, yeah. > In addition, range_intersect_agg also accepts a multirange as its > parameter, but that's not documented on the same page. Hmm, this was fixed recently in HEAD, but it should have been back-patched to v14 and was not. Will fix, thanks for noticing! regards, tom lane
Commits
-
Doc: fix missing/bogus documentation of range_intersect_agg().
- f6b6a8fb94f1 15.0 landed
- 9f2d1946d4b4 14.4 landed