Skip to content

Add support for PostgreSQL GiST operators #17 #18

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

Merged

Conversation

ibarchenkov
Copy link
Contributor

Summary

This PR adds support for PostgreSQL GiST operators as listed here. Partially fixes #17

Note

The issue with incorrect parsing of functions (i.e., insertion of a whitespace between the function name and its parentheses) will be addressed in a separate PR.

Copy link
Member

@Schultzer Schultzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@Schultzer Schultzer merged commit 72047eb into elixir-dbvisor:main Jun 26, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect parsing of Postgres GiST operator @> adds unexpected whitespace
2 participants