On Mon, Aug 4, 2014 at 3:22 PM, Asif Naeem <anaeem...@gmail.com> wrote: > Sorry for not being clear, above mentioned test is related to following doc > (sgml) changes that seems not working as described i.e. > > Table 9-35. cidr and inet Functions > > FunctionReturn TypeDescriptionExampleResult > > max(inet, inet) inetlarger of two inet typesmax('192.168.1.5', > '192.168.1.4')192.168.1.5 > min(inet, inet) inetsmaller of two inet typesmin('192.168.1.5', > '192.168.1.4')192.168.1.4 > > Can you please elaborate these sgml change ?
I thought of adding them for newly added "network" functions but mistakenly I kept the names as max and min. Anyway with your suggestion in the earlier mail, these changes are not required. I removed these changes in the attached patch. Thanks for reviewing the patch. Regards, Hari Babu Fujitsu Australia
inet_agg_v7.patch
Description: Binary data
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers