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

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: aasat <satriani(at)veranet(dot)pl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to remove n-first elements from array?
Date: 2012-12-17 15:31:07
Message-ID: CAHyXU0xbAtRwJ+07DndS=qxvWST_AeOSxm8QApc-bEsktC5Tcw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Dec 17, 2012 at 9:02 AM, aasat <satriani(at)veranet(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message James B. Byrne 2012-12-17 16:35:34 Re: [SOLVED] Problems with a custom LOCALE
Previous Message aasat 2012-12-17 15:02:11 Re: How to remove n-first elements from array?