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

Add Support For btree_gist Extension #51993

Open
logston opened this issue Jul 28, 2020 · 3 comments
Open

Add Support For btree_gist Extension #51993

logston opened this issue Jul 28, 2020 · 3 comments
Labels
A-tools-efcore C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) O-community Originated from the community

Comments

@logston
Copy link
Contributor

logston commented Jul 28, 2020

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
Copy link

blathers-crl bot commented Jul 28, 2020

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:

  • @mattcrdb (member of the technical support engineering team)

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

  • Join our community slack channel and ask on #cockroachdb.
  • Try find someone from here if you know they worked closely on the area and CC them.

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

@blathers-crl blathers-crl bot added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) O-community Originated from the community X-blathers-oncall labels Jul 28, 2020
@kahuang
Copy link

kahuang commented Jan 9, 2021

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

@giangpham712
Copy link

@fqazi this issue affects efcore.pg tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tools-efcore C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) O-community Originated from the community
Projects
None yet
Development

No branches or pull requests

5 participants