On Wed, May 30, 2012 at 1:59 PM, Dave Bettin <m...@davebettin.com> wrote:
> Does 9.2 support an array of ranges?  For example, I have the following
> int4ranges => [0,5999) and [7000, 7999) which needs to be associated with
> the same record.

yup:

postgres=# select array['[0,5999)'::int4range];
    array
--------------
 {"[0,5999)"}
(1 row)


merlin

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to