aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2022-03-30 17:08:24 +0200
committerPeter Eisentraut <peter@eisentraut.org>2022-03-30 17:10:58 +0200
commitb21c4cf95103fae63aeb534f8ee37fbf90a1f907 (patch)
tree080ab9619d67e23aed874c0cdf9165d529d69464
parent51c0d186d99a18e6aae53003f5138f20991e15a6 (diff)
downloadpostgresql-b21c4cf95103fae63aeb534f8ee37fbf90a1f907.tar.gz
postgresql-b21c4cf95103fae63aeb534f8ee37fbf90a1f907.zip
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 <pj@illuminatedcomputing.com> Reviewed-by: Chapman Flack <chap@anastigmatix.net> Discussion: https://www.postgresql.org/message-id/flat/007ef255-35ef-fd26-679c-f97e7a7f30c2@illuminatedcomputing.com
-rw-r--r--doc/src/sgml/func.sgml5
1 files changed, 5 insertions, 0 deletions
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)') ...
<type>anyrange</type> )
<returnvalue>anymultirange</returnvalue>
</para>
+ <para role="func_signature">
+ <function>range_intersect_agg</function> ( <parameter>value</parameter>
+ <type>anymultirange</type> )
+ <returnvalue>anymultirange</returnvalue>
+ </para>
<para>
Computes the intersection of the non-null input values.
</para></entry>