From 6c40f8316ed38a92049784b3e3d3b514ed379b5a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 28 Aug 2014 22:37:58 -0400 Subject: Add min and max aggregates for inet/cidr data types. Haribabu Kommi, reviewed by Muhammad Asif Naeem --- doc/src/sgml/func.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index c715ca25508..56b01dc620b 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -12192,7 +12192,8 @@ NULL baz(3 rows) max(expression) - any array, numeric, string, or date/time type + any numeric, string, date/time, network, or enum type, + or arrays of these types same as argument type maximum value of (3 rows) min(expression) - any array, numeric, string, or date/time type + any numeric, string, date/time, network, or enum type, + or arrays of these types same as argument type minimum value of