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

   PostgreSQL allows function declarations like `RETURNS SETOF UUID`, but 
previously failed to parse that form and produced: `Expected: end of statement, 
found: UUID`
   
   Now statements like:
     - `CREATE FUNCTION any_ids() RETURNS SETOF UUID ...`
     - `CREATE FUNCTION ids_for_user(p_user_id UUID) RETURNS SETOF UUID ...`
     - `CREATE FUNCTION ids_from_array() RETURNS SETOF UUID ...`
    
   parse successfully under `PostgreSqlDialect`.


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