sqlparser-rs icon indicating copy to clipboard operation
sqlparser-rs copied to clipboard

Request Support for `ALTER VIEW` parsing

Open eNipu opened this issue 2 years ago • 4 comments

Currently there to no support for ALTER VIEW DDL.

eNipu avatar May 19 '23 06:05 eNipu

I agree this would be a good addition to the crate

alamb avatar May 24 '23 21:05 alamb

Hello , I would like to work it. Which SQL syntax need to support?

PostgreSQL syntax or other SQL syntax?

parkma99 avatar Jun 24 '23 09:06 parkma99

Hi @parkma99, great! Support for PostgreSQL will be a great help!

eNipu avatar Jun 24 '23 10:06 eNipu

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

alamb avatar Jun 29 '23 17:06 alamb