1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Add min and max aggregates for inet/cidr data types.

Haribabu Kommi, reviewed by Muhammad Asif Naeem
This commit is contained in:
Tom Lane
2014-08-28 22:37:58 -04:00
parent ec544a65c9
commit 6c40f8316e
8 changed files with 59 additions and 3 deletions

View File

@ -12192,7 +12192,8 @@ NULL baz</literallayout>(3 rows)</entry>
</indexterm>
<function>max(<replaceable class="parameter">expression</replaceable>)</function>
</entry>
<entry>any array, numeric, string, or date/time type</entry>
<entry>any numeric, string, date/time, network, or enum type,
or arrays of these types</entry>
<entry>same as argument type</entry>
<entry>
maximum value of <replaceable
@ -12208,7 +12209,8 @@ NULL baz</literallayout>(3 rows)</entry>
</indexterm>
<function>min(<replaceable class="parameter">expression</replaceable>)</function>
</entry>
<entry>any array, numeric, string, or date/time type</entry>
<entry>any numeric, string, date/time, network, or enum type,
or arrays of these types</entry>
<entry>same as argument type</entry>
<entry>
minimum value of <replaceable