Open
Description
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:
- https://www.postgresql.org/docs/current/sql-createserver.html
- 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.