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: ALTER COLUMN SET variations #259

Merged
merged 2 commits into from
Jun 7, 2024

Conversation

matthias-Q
Copy link
Collaborator

@matthias-Q matthias-Q commented Jun 6, 2024

Adds:

  • SET STATISTICS
  • SET STORAGE
  • SET COMPRESSION
  • key value pair attributes

Ref: https://www.postgresql.org/docs/current/sql-altertable.html

Closes #258

@matthias-Q matthias-Q merged commit df7a773 into DerekStride:main Jun 7, 2024
4 checks passed
@matthias-Q matthias-Q deleted the alter_column_set branch June 7, 2024 19:45
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.

specific statement after a specific pg alter table is not parsed correctly
2 participants