Re: [BUGS] BUG #3852: Could not create complex aggregate

Поиск
Список
Период
Сортировка
От Sokolov Yura
Тема Re: [BUGS] BUG #3852: Could not create complex aggregate
Дата
Msg-id 47847B4B.9000803@gmail.com
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #3852: Could not create complex aggregate  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
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
);



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Proposal - libpq Type System beta-0.8a (was PGparam)
Следующее
От: "Warren Turkal"
Дата:
Сообщение: timestamp refactor effort