-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for unbounded intervals #89
Comments
Originally the plan was to use |
Some rules around unbounded intervals that were though of during an initial design:
|
After a discussion with @iamed2 it should be mentioned that intervals using infinity as an endpoint are not necessarily unbounded intervals. As mentioned in the last post Take note that PostgreSQL supports timestamp ranges with infinity (e.g. Furthermore, if we use as the The problem with special unbounded interval approach gets back to the issue with
I am personally leaning towards 3 as the best option as it appears the simplest. |
IMO the result of |
https://www.postgresql.org/docs/9.3/rangetypes.html#RANGETYPES-INFINITE
The text was updated successfully, but these errors were encountered: