From b21c4cf95103fae63aeb534f8ee37fbf90a1f907 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 30 Mar 2022 17:08:24 +0200 Subject: [PATCH] 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 Reviewed-by: Chapman Flack Discussion: https://www.postgresql.org/message-id/flat/007ef255-35ef-fd26-679c-f97e7a7f30c2@illuminatedcomputing.com --- doc/src/sgml/func.sgml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 93f11faada5..8a5cc253f3b 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -20022,6 +20022,11 @@ SELECT NULLIF(value, '(none)') ... anyrange ) anymultirange + + range_intersect_agg ( value + anymultirange ) + anymultirange + Computes the intersection of the non-null input values.