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

Cannot parse CREATE INDEX with USING clause #1751

Closed
hofoen opened this issue Jun 9, 2023 · 0 comments
Closed

Cannot parse CREATE INDEX with USING clause #1751

hofoen opened this issue Jun 9, 2023 · 0 comments
Assignees

Comments

@hofoen
Copy link

hofoen commented Jun 9, 2023

The following cannot be parsed with sqlglot 15.1.0, but is supported by PostgreSQL (at least since version 7):

CREATE INDEX ON test_table USING gist (test_column)

Official Documentation

@tobymao tobymao self-assigned this Jun 9, 2023
@tobymao tobymao closed this as completed in 68b9128 Jun 9, 2023
adrianisk pushed a commit to adrianisk/sqlglot that referenced this issue Jun 21, 2023
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

No branches or pull requests

2 participants