DerekStride / tree-sitter-sql

SQL grammar for tree-sitter
http://derek.stride.host/tree-sitter-sql/
MIT License
147 stars 47 forks source link

add: `ALTER COLUMN` `SET` variations #259

Closed matthias-Q closed 3 months ago

matthias-Q commented 3 months ago

Adds:

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

Closes #258