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

From aasat
Subject Re: How to remove n-first elements from array?
Date
Msg-id 1355756531254-5736894.post@n5.nabble.com
Whole thread Raw
In response to Re: How to remove n-first elements from array?  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: How to remove n-first elements from array?  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-general
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}





--
View this message in context:
http://postgresql.1045698.n5.nabble.com/How-to-remove-n-first-elements-from-array-tp5736765p5736894.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: problem with large inserts
Next
From: Merlin Moncure
Date:
Subject: Re: How to remove n-first elements from array?