Re: [GENERAL] cal I pass arguments directly to final function in aggregates

2013-05-20 Thread Nicklas Avén
Thank you Tom On 05/19/2013 01:26 AM, Tom Lane wrote: =?UTF-8?B?Tmlja2xhcyBBdsOpbg==?= writes: Perhaps you could construct your usage like this: post_process_function(aggregate_function(...), fixed_argument) where the aggregate_function just collects the varying values and then the p

Re: [GENERAL] cal I pass arguments directly to final function in aggregates

2013-05-18 Thread Tom Lane
=?UTF-8?B?Tmlja2xhcyBBdsOpbg==?= writes: > I am trying to create an aggregate function. > One of the arguments is static and is not needed until the final function. > From the doc I see that the final function " must take a single > argument of typestate_data_type" > Is it not possible to just