sql: Support RANGE types #17022
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.
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)
The text was updated successfully, but these errors were encountered: