Tom Lane wrote:
> Joe Conway <mail@joeconway.com> 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
);