Skip to content
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

sql: Support RANGE types #17022

Closed
bdarnell opened this issue Jul 14, 2017 · 1 comment
Closed

sql: Support RANGE types #17022

bdarnell opened this issue Jul 14, 2017 · 1 comment
Labels
A-sql-datatypes SQL column types usable in table descriptors. A-sql-pgcompat Semantic compatibility with PostgreSQL C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) O-community Originated from the community X-duplicate Closed as a duplicate of another issue.

Comments

@bdarnell
Copy link
Contributor

Postgres has a set of RANGE types. Basic support for these types would be pretty easy (they're essentially pairs of values with a few extra functions/operators), although the most interesting capabilities of these types require GIST indexes.

Requested in #14988 (comment)

@bdarnell bdarnell added the O-community Originated from the community label Jul 14, 2017
@bdarnell bdarnell added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-sql-pgcompat Semantic compatibility with PostgreSQL labels Apr 26, 2018
@knz knz added C-wishlist A wishlist feature. A-sql-datatypes SQL column types usable in table descriptors. and removed C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) labels May 2, 2018
@knz knz added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) and removed C-wishlist A wishlist feature. labels May 14, 2018
@knz
Copy link
Contributor

knz commented Jul 21, 2018

Superseded by #27791.

@knz knz closed this as completed Jul 21, 2018
@knz knz added the X-duplicate Closed as a duplicate of another issue. label Jul 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-datatypes SQL column types usable in table descriptors. A-sql-pgcompat Semantic compatibility with PostgreSQL C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) O-community Originated from the community X-duplicate Closed as a duplicate of another issue.
Projects
None yet
Development

No branches or pull requests

2 participants