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 new test case for indexes with different opclass #61

Closed
mfvanek opened this issue Mar 11, 2020 · 0 comments · Fixed by #64
Closed

Add new test case for indexes with different opclass #61

mfvanek opened this issue Mar 11, 2020 · 0 comments · Fixed by #64
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mfvanek
Copy link
Owner

mfvanek commented Mar 11, 2020

Add tests for

CREATE INDEX ON firms USING btree(lower(name));
CREATE INDEX ON firms USING btree(lower(name) text_pattern_ops);

See https://habr.com/ru/post/490824/#comment_21376248

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant