cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
29.84k stars 3.77k forks source link

Add Support For btree_gist Extension #51993

Open logston opened 4 years ago

logston commented 4 years ago

Is your feature request related to a problem? Please describe. It would be great to have support for the btree_gist extension.

Describe the solution you'd like Ability to enable the same behavior that is available in PostgreSQL under the extension of the same name.

Describe alternatives you've considered None at the moment. I'm simply showing interest in having this feature available.

Additional context

postgres=# CREATE EXTENSION IF NOT EXISTS btree_gist;
ERROR:  at or near "EOF": syntax error: unimplemented: this syntax
DETAIL:  source SQL:
CREATE EXTENSION IF NOT EXISTS btree_gist
                                        ^
HINT:  You have attempted to use a feature that is not yet implemented.

Please check the public issue tracker to check whether this problem is
already tracked. If you cannot find it there, please report the error
with details by creating a new issue.

If you would rather not post publicly, please contact us directly
using the support form.

We appreciate your feedback.

Jira issue: CRDB-3992

blathers-crl[bot] commented 4 years ago

Hello, I am Blathers. I am here to help you get the issue triaged.

I have CC'd a few people who may be able to assist you:

If we have not gotten back to your issue within a few business days, you can try the following:

:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan.

kahuang commented 3 years ago

This would be useful in combination with *_range datatype support, where you can use this index to prevent range overlaps

giangpham712 commented 1 year ago

@fqazi this issue affects efcore.pg tests