sqlparser-rs
sqlparser-rs copied to clipboard
Request Support for `ALTER VIEW` parsing
Currently there to no support for ALTER VIEW DDL.
I agree this would be a good addition to the crate
Hello , I would like to work it. Which SQL syntax need to support?
PostgreSQL syntax or other SQL syntax?
Hi @parkma99, great! Support for PostgreSQL will be a great help!
Note https://github.com/sqlparser-rs/sqlparser-rs/pull/907 adds support for mysql syntax -- it would likely be nice to support posgres syntax too