doc: Document range_intersect_agg(anymultirange)
authorPeter Eisentraut
Wed, 30 Mar 2022 15:08:24 +0000 (17:08 +0200)
committerPeter Eisentraut
Wed, 30 Mar 2022 15:10:58 +0000 (17:10 +0200)
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

index 93f11faada5b8efe7905647ca0532d505435f725..8a5cc253f3b9f83197bf8f3572aab764495f7348 100644 (file)
@@ -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.