Re: array_agg and array_accum (patch)

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: array_agg and array_accum (patch)
Дата
Msg-id 20081027002417.GN4452@tamriel.snowman.net
обсуждение исходный текст
Ответ на array_agg and array_accum (patch)  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
Jeff,

* Jeff Davis (pgsql@j-davis.com) wrote:
> 2) ARRAY_ACCUM() -- Returns empty array on no input, and includes NULL
> inputs.

Excellent..  I added it the easy way (from the online docs), but that's
clearly not at all efficient and was going to try and fix it, for psql
to use with the column-level privs patch.  It'd be great to use a more
efficient mechanism like this, and to remove adding it from my patch
(erm, it's only one line currently, but it would have been alot more
eventually :).

I havn't actually reviewed the code at all, but +1 in general to adding
this to core.
Thanks,
    Stephen

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: new correlation metric
Следующее
От: "Robert Haas"
Дата:
Сообщение: Re: BufferAccessStrategy for bulk insert