Re: [GENERAL] 9.2 Range Types

2012-05-30 Thread Dave Bettin
are > necessary. The curly-braces surround the whole array and elements are > separated by commas. > > David J. > > On May 30, 2012, at 14:59, Dave Bettin wrote: > > > Does 9.2 support an array of ranges? For example, I have the following > int4ranges => [0

[GENERAL] 9.2 Range Types

2012-05-30 Thread Dave Bettin
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. Thanks, Dave