Re: How to remove n-first elements from array?

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: How to remove n-first elements from array?
Дата
Msg-id CAHyXU0xbAtRwJ+07DndS=qxvWST_AeOSxm8QApc-bEsktC5Tcw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to remove n-first elements from array?  (aasat <satriani@veranet.pl>)
Ответы Re: How to remove n-first elements from array?
Список pgsql-general
On Mon, Dec 17, 2012 at 9:02 AM, aasat <satriani@veranet.pl> wrote:
> Thank you!
>
> More general, but that lose bounds of array
>
> Result is
>
> NOTICE:  {3,4,5}
>
> but I want
>
> NOTICE:  [3:5]{3,4,5}

why do you want that? IMNSHO custom lower bounds arrays is a misfeature.

merlin


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

Предыдущее
От: aasat
Дата:
Сообщение: Re: How to remove n-first elements from array?
Следующее
От: "James B. Byrne"
Дата:
Сообщение: Re: [SOLVED] Problems with a custom LOCALE