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

From: aasat <satriani(at)veranet(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to remove n-first elements from array?
Date: 2012-12-17 18:13:05
Message-ID: 1355767985660-5736933.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I use it for page hits aggregations, It's very fast, my arrays contains no
more than 1000 elements (array_upper-array_lower <=1000) and array bounds is
mapped to time.

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Nolan 2012-12-17 18:27:20 Any experience with Drobo SAN and PG?
Previous Message David Wall 2012-12-17 18:07:12 Re: PG 8.4 to 9.2 upgrade issues with ownership of large objects