Re: array_agg and array_accum (patch)

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: array_agg and array_accum (patch)
Дата
Msg-id 603c8f070811131637n1c82422bv6737fcb7650f089b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: array_agg and array_accum (patch)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> It seems that it would be an easy evening's work to implement unnest(),
> at least in the simple form
>        function unnest(anyarray) returns setof anyelement
>
> without the WITH ORDINALITY syntax proposed by the SQL spec.  Then
> we could eliminate intagg's C code altogether, and just write it
> as a couple of wrapper functions.
>
> Does anyone have an objection to doing that?

I think it would be great.

...Robert


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Simple postgresql.conf wizard
Следующее
От: "Robert Haas"
Дата:
Сообщение: Re: Updated posix fadvise patch v19