Re: BUG #3852: Could not create complex aggregate

Поиск
Список
Период
Сортировка
От Sokolov Yura
Тема Re: BUG #3852: Could not create complex aggregate
Дата
Msg-id 47848B9D.6060805@gmail.com
обсуждение исходный текст
Ответ на Re: BUG #3852: Could not create complex aggregate  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Sorry for previous message having no comments.

Just remark:
These aggregates created successfuly both in 8.2 and 8.3beta4:

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

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

But aggregate from first letter does not:

create aggregate build_group(anyelement, int4) ( SFUNC= add_group, STYPE = anyarray
);


Excuse me for being noisy and bad English.


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

Предыдущее
От: "Sokolov Yura"
Дата:
Сообщение: BUG #3860: xpath crashes backend when is querying xmlagg result
Следующее
От: "Marc mamin"
Дата:
Сообщение: BUG #3861: cannot cast type smallint to bit