Re: [BUGS] BUG #3852: Could not create complex aggregate - Mailing list pgsql-hackers

From Sokolov Yura
Subject Re: [BUGS] BUG #3852: Could not create complex aggregate
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: [BUGS] BUG #3852: Could not create complex aggregate  (Tom Lane <[email protected]>)
List pgsql-hackers
Tom Lane wrote:
> Joe Conway <[email protected]> writes:
>   
>> Did you want me to work on this? I could probably put some time into it 
>> this coming weekend.
>>     
>
> I'll try to get to it before that --- if no serious bugs come up this
> week, core is thinking of wrapping 8.3.0 at the end of the week, so
> it'd be nice to have this dealt with sooner than that.
>
>             regards, tom lane
>
>   

CREATE AGGREGATE array_concat(anyarray) ( SFUNC=array_cat, STYPE=anyarray
);

CREATE AGGREGATE array_build(anyelement) ( SFUNC=array_append, STYPE=anyarray
);



pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Proposal - libpq Type System beta-0.8a (was PGparam)
Next
From: "Warren Turkal"
Date:
Subject: timestamp refactor effort