dblink

connect to other PostgreSQL databases from within a database

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
8970
dblink
dblink
1.2
FDW
PostgreSQL
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--s-d--
No
Yes
No
Yes
no
no
Relationships
Need By
emaj
mimeo
omni_schema
omni_test
omni_vfs_types_v1
pg_jobmon
pg_profile
See Also
plproxy
pgbouncer_fdw
postgres_fdw
citus
wrappers
pgspider_ext
pglogical
repmgr

Packages

PG18PG17PG16PG15PG14PG13
1.2
1.2
1.2
1.2
1.2
1.2

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

Install

Create this extension with:

CREATE EXTENSION dblink;
Last updated on