Search Postgresql Archives

Re: 9.2 Range Types

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, May 30, 2012 at 1:59 PM, Dave Bettin <me@xxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux