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

   `ALTER DEFAULT PRIVILEGES` was not a recognised `ALTER` target, so it failed 
at the `DEFAULT` keyword.
   
   The statement now parses into `AlterDefaultPrivileges`, carrying the 
optional `FOR ROLE` and `IN SCHEMA` lists and the abbreviated `GRANT` or 
`REVOKE`, so it round trips rather than being consumed and discarded.
   
   I tried to maximize code reuse from analogous structs.
   All of these PRs come from trying to parse `pg_dump -s` outputs.


-- 
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