-
-
Notifications
You must be signed in to change notification settings - Fork 15
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 check "Do not index arrays via btree - use gin instead" #364
Comments
Hi, @mfvanek May i take this issue ? |
Hi @mfaulther,
Yeah, sure, fell free to contribute. P.S. Recently I updated contributing guide |
@mfvanek This part of query (line 21):
becomes:
which is not that we need What do you think about adding support for escaping symbol If i write:
symbol
|
Hi @mfaulther,
I think we need to support arrays operations as it was done in Spring I'm going to fix it in 1-2 days. |
@mfaulther |
Hi @mfaulther, |
Hi @mfvanek
I'm going to do it this evening |
Cool! I'll wait for your PR |
@mfaulther P.S. The next step is to release pg-index-health-test-starter |
@mfaulther |
See https://habr.com/ru/articles/800121/
The text was updated successfully, but these errors were encountered: