LucaCappelletti94 opened a new issue, #2093:
URL: https://github.com/apache/datafusion-sqlparser-rs/issues/2093
`sqlparser-rs` fails to parse valid PostgreSQL `CREATE FUNCTION` statements
that specify both a library path and symbol name, e.g.:
```sql
CREATE FUNCTION cas_in(input cstring)
RETURNS cas
IMMUTABLE PARALLEL SAFE
LANGUAGE c
AS 'MODULE_PATHNAME', 'cas_in_wrapper';
```
```
ParserError("Expected: end of statement, found: ,")
```
I will make a PR adding support for this later after I am finished with
#2092
Luca
--
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]