Re: CREATE AGGREGATE array_cat

Поиск
Список
Период
Сортировка
От Chapman Flack
Тема Re: CREATE AGGREGATE array_cat
Дата
Msg-id 5FB5C25C.7090703@anastigmatix.net
обсуждение исходный текст
Ответ на Re: CREATE AGGREGATE array_cat  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: CREATE AGGREGATE array_cat
Re: CREATE AGGREGATE array_cat
Re: CREATE AGGREGATE array_cat
Список pgsql-hackers
On 11/18/20 19:46, David G. Johnston wrote:

> I doubt there is any substantial resistance to including such a function
> but it would have to be written in C.

Would anything have to be written at all, save the CREATE AGGREGATE
suggested in the original message, using the existing array_cat as the
state transition function?

I suppose one might add an optimization to the existing array_cat to
detect the aggregate case, and realize it could clobber its left argument.
(But I'm not sure how much that would save, with arrays.)

Regards,
-Chap



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

Предыдущее
От: Vik Fearing
Дата:
Сообщение: Re: pl/pgsql feature request: shorthand for argument and local variable references
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: CREATE AGGREGATE array_cat