I have to create a custom domain that is an interval between two years, but i actually need both years. For example:
'2013/2014'
'2015/2016'
Is there a way to pack both years inside a single domain, or have i to separate them in two attributes of the relation?
@>
operator to see if the range includes a value), you'll need to use a GiST index. Btree is only useful on equality for a range. – hbn Sep 27 '14 at 18:17