Thread: Additional arguments to aggregate functions

Additional arguments to aggregate functions

From
Artacus
Date:
Is there a way to send additional arguments when defining a custom
aggregate?

I wrote a mysql style group_concat aggregate. You get DISTINCT "for
free." I want to be able to define if it is sorted and what the
separator is.

Art