Re: [BUGS] Bug #724: Problmes creating aggregate functions in 7.2.1

2002-07-30 Thread Tom Lane
[EMAIL PROTECTED] writes: > create aggregate aggint4sum (basetype = int4, sfunc = int4_sum, stype = int4); This doesn't work because there's no int4_sum(int4, int4). regression=# \df int4_sum List of functions Result data type | Name | Argument data types --

[BUGS] Bug #724: Problmes creating aggregate functions in 7.2.1

2002-07-30 Thread pgsql-bugs
Dan Graham ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description Problmes creating aggregate functions in 7.2.1 Long Description I've included a short sample which shows what I'm having problems with. I using version 7.2.1 on Slack