Re: array_agg and array_accum (patch)

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: array_agg and array_accum (patch)
Дата
Msg-id 1225129286.25425.81.camel@dell.linuxdev.us.dell.com
обсуждение исходный текст
Ответ на Re: array_agg and array_accum (patch)  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: array_agg and array_accum (patch)  ("Robert Haas" <robertmhaas@gmail.com>)
Список pgsql-hackers
On Mon, 2008-10-27 at 18:47 +0200, Peter Eisentraut wrote:
> How else will you tell an aggregate function whose result depends on the 
> input order which order you want?  The only aggregates defined in the 
> standard where this matters are array_agg, array_accum, and xmlagg, but 

I don't see array_accum() in the standard, I wrote it just as an
alternative to array_agg() because I thought array_agg() ignored NULLs.

Regards,Jeff Davis



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

Предыдущее
От: Ron Mayer
Дата:
Сообщение: Re: new correlation metric
Следующее
От: "Robert Haas"
Дата:
Сообщение: Re: Website request -- developer docs along with release docs