achristmascarl opened a new issue, #1814:
URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1814
Postgres's `CREATE SERVER` fails to be parsed with the following error:
```rust
ParserError("Expected: an object type after CREATE, found: SERVER at Line:
1, Column: 8")
```
Example code that I'm running:
```sql
CREATE SERVER foo
FOREIGN DATA WRAPPER postgres_fdw
OPTIONS (
host 'db.bar.com'
dbname 'postgres'
port '5432'
)
```
docs: https://www.postgresql.org/docs/current/sql-createserver.html
--
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]