Skip to content

Postgres CREATE SERVER can't be parsed #1814

Open
@achristmascarl

Description

@achristmascarl

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions