Описание тега foreign-data-wrapper
Foreign data wrappers are postgresql extensions that allow you to load data from a foreign resource into a database table
Foreign data wrappers are postgresql extensions that allow you to load data from a foreign resource (other database, other rdbm, nosql db, csv,...) into a foreign table and address this foreign table in your queries as if were it a normal postgresql table
Reference: