dblink
dblink
dblink : connect to other PostgreSQL databases from within a database
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 8970 | dblink
|
dblink
|
1.2 |
FDW
|
PostgreSQL
|
C
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--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
omni_vfs
omni_vfs_types_v1
|
| See Also | plproxy
pgbouncer_fdw
postgres_fdw
citus
wrappers
pgspider_ext
pglogical
repmgr
|
Packages
| PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|
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