Open
Description
Postgres's CREATE SERVER
fails to be parsed with the following error:
ParserError("Expected: an object type after CREATE, found: SERVER at Line: 1, Column: 8")
Example code that I'm running:
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
Metadata
Metadata
Assignees
Labels
No labels