Re: Support for array_remove and array_replace functions

Поиск
Список
Период
Сортировка
От Alex Hunsaker
Тема Re: Support for array_remove and array_replace functions
Дата
Msg-id CAFaPBrQasSqBUbp1s85YwmKLJzWRRE1ie4D5_u4cgSkpfJLy3w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Support for array_remove and array_replace functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Support for array_remove and array_replace functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Support for array_remove and array_replace functions  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Wed, Jul 11, 2012 at 9:54 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Marco Nenciarini <marco.nenciarini@2ndquadrant.it> writes:
>> Patch v3 attached.
>
> I'm looking at this patch now.  The restriction of array_remove to
> one-dimensional arrays seems a bit annoying.  I see the difficulty:
> if the input is multi-dimensional then removing some elements could
> lead to a non-rectangular array, which isn't supported.  However,
> that could be dealt with by decreeing that the *result* is
> one-dimensional and of the necessary length, regardless of the
> dimensionality of the input.

Makes sense to me. +1

The other option ISTM is to replace removed entries with NULL-- which
I don't really like.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Support for array_remove and array_replace functions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Support for array_remove and array_replace functions