Re: How to remove n-first elements from array? - Mailing list pgsql-general

From Merlin Moncure
Subject Re: How to remove n-first elements from array?
Date
Msg-id CAHyXU0xbAtRwJ+07DndS=qxvWST_AeOSxm8QApc-bEsktC5Tcw@mail.gmail.com
Whole thread Raw
In response to Re: How to remove n-first elements from array?  (aasat <satriani@veranet.pl>)
Responses Re: How to remove n-first elements from array?  (aasat <satriani@veranet.pl>)
List 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 by date:

Previous
From: aasat
Date:
Subject: Re: How to remove n-first elements from array?
Next
From: "James B. Byrne"
Date:
Subject: Re: [SOLVED] Problems with a custom LOCALE