Skip to content

Support foreign data wrapper extensions #54

Open
@kdevan

Description

@kdevan

Is it possible to support something like FDW here? It seems to me this might be along the lines of adding table grammar, somewhat similar to the storage parameters.

The process to create foreign data wrapper tables is something like this:

  1. https://www.postgresql.org/docs/current/sql-createserver.html
  2. https://www.postgresql.org/docs/current/sql-createforeigntable.html

Depending on feedback I would be open to trying to do a PR for this.

I personally use the file_fdw and I've seen that postgres_fdw is fairly popular. There's lots of more experimental ones too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions