postgres_fdw

postgres_fdw

foreign-data wrapper for remote PostgreSQL servers

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
8990
postgres_fdw
postgres_fdw
1.1
FDW
PostgreSQL
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--s-d--
No
Yes
No
Yes
no
no
Relationships
See Also
citus
plproxy
wrappers
pgspider_ext
dblink
mimeo
multicorn
mysql_fdw

Packages

PG18PG17PG16PG15PG14PG13
1.1
1.1
1.1
1.1
1.1
1.1

This is a built-in contrib extension ship with the PostgreSQL kernel

Install

Create this extension with:

CREATE EXTENSION postgres_fdw;
Last updated on