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

support syntax parsing for INDEX statements #122

Merged
merged 6 commits into from
Feb 12, 2024
Merged

Conversation

jennifersp
Copy link
Contributor

@jennifersp jennifersp commented Feb 8, 2024

This PR adds syntax parsing support for:

  • CREATE INDEX
  • CREATE TABLE AS

It also splits postgres/parser/sem/tree/create.go file into create_*.go files for each specific statements.

Copy link
Collaborator

@Hydrocharged Hydrocharged left a comment

Choose a reason for hiding this comment

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

LGTM!

postgres/parser/sem/tree/alter_role.go Outdated Show resolved Hide resolved
@jennifersp jennifersp merged commit 6c3a877 into main Feb 12, 2024
7 checks passed
@jennifersp jennifersp deleted the jennifer/index branch February 12, 2024 17:36
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.

2 participants