LucaCappelletti94 opened a new pull request, #2430:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2430

   `ALTER TRIGGER tr ON t RENAME TO tq` did not parse in any dialect, because 
`TRIGGER` was not among the object types `parse_alter` accepted.
   
   PostgreSQL's grammar has exactly two forms, so `AlterTriggerOperation` 
covers `RENAME TO` and `[ NO ] DEPENDS ON EXTENSION`, the second reusing the 
shape `AlterFunctionOperation::DependsOnExtension` already provides for that 
same clause.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to