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

Feat(postgres): add COMMENT ON MATERIALIZED VIEW #3293

Merged

Conversation

l-vincent-l
Copy link
Contributor

With postgresql you can add a comment on a materialized view as described in the documentation, this PR adds this possibility.

Copy link
Collaborator

@georgesittas georgesittas left a comment

Choose a reason for hiding this comment

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

PR looks good, thank you @l-vincent-l!

After applying the suggestion and running make style, it should be good to go.

sqlglot/generator.py Outdated Show resolved Hide resolved
sqlglot/parser.py Outdated Show resolved Hide resolved
@georgesittas georgesittas changed the title Add COMMENT ON MATERIALIZED VIEW Feat(postgres): add COMMENT ON MATERIALIZED VIEW Apr 9, 2024
@georgesittas georgesittas merged commit 942856d into tobymao:main Apr 9, 2024
5 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.

None yet

2 participants