You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's some (untested) code that might handle these if you're happy with nulls (since it's not clear what ±infinity would be represented as for each type that can be in a range):
From my reading of the PG manual I think it's valid to have
[,]
as a range (also(,)
,[,)
,(,]
,(1,]
,[,20]
, etc).https://www.postgresql.org/docs/9.6/static/rangetypes.html#RANGETYPES-INFINITE
Here's some (untested) code that might handle these if you're happy with nulls (since it's not clear what ±infinity would be represented as for each type that can be in a range):
This does not handle the difference between inclusive and exclusive infinity.
The text was updated successfully, but these errors were encountered: