jdbc_fdw
jdbc_fdw
jdbc_fdw : foreign-data wrapper for remote servers available over JDBC
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 8530 | jdbc_fdw
|
jdbc_fdw
|
1.2 |
FDW
|
PostgreSQL
|
C
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-d-r
|
No
|
Yes
|
No
|
Yes
|
yes
|
no
|
| Relationships | |
|---|---|
| See Also | wrappers
multicorn
odbc_fdw
oracle_fdw
mysql_fdw
tds_fdw
db2_fdw
postgres_fdw
|
missing el.aarch64
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG
|
1.2 |
18
17
16
15
14
13
|
jdbc_fdw |
- |
| RPM | PGDG
|
1.2 |
18
17
16
15
14
13
|
jdbc_fdw_$v* |
java-11-openjdk-headless |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64
|
MISS
|
MISS
|
PGDG 0.4.0
|
PGDG 0.4.0
|
PGDG 0.4.0
|
PGDG 0.4.0
|
el8.aarch64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
el9.x86_64
|
MISS
|
MISS
|
PGDG 0.4.0
|
PGDG 0.4.0
|
PGDG 0.4.0
|
PGDG 0.4.0
|
el9.aarch64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
el10.x86_64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
el10.aarch64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
d12.x86_64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
d12.aarch64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
d13.x86_64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
d13.aarch64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
u22.x86_64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
u22.aarch64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
u24.x86_64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
u24.aarch64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
| Package | Version | OS | ORG | SIZE | File URL |
|---|---|---|---|---|---|
jdbc_fdw_16 |
0.4.0 |
el8.x86_64 | pgdg | 49.8 KiB | jdbc_fdw_16-0.4.0-1PGDG.rhel8.x86_64.rpm |
jdbc_fdw_16 |
0.4.0 |
el9.x86_64 | pgdg | 49.6 KiB | jdbc_fdw_16-0.4.0-1PGDG.rhel9.x86_64.rpm |
| Package | Version | OS | ORG | SIZE | File URL |
|---|---|---|---|---|---|
jdbc_fdw_15 |
0.4.0 |
el8.x86_64 | pgdg | 50.5 KiB | jdbc_fdw_15-0.4.0-1PGDG.rhel8.x86_64.rpm |
jdbc_fdw_15 |
0.4.0 |
el9.x86_64 | pgdg | 52.0 KiB | jdbc_fdw_15-0.4.0-1PGDG.rhel9.x86_64.rpm |
| Package | Version | OS | ORG | SIZE | File URL |
|---|---|---|---|---|---|
jdbc_fdw_14 |
0.4.0 |
el8.x86_64 | pgdg | 50.5 KiB | jdbc_fdw_14-0.4.0-1PGDG.rhel8.x86_64.rpm |
jdbc_fdw_14 |
0.4.0 |
el9.x86_64 | pgdg | 52.0 KiB | jdbc_fdw_14-0.4.0-1PGDG.rhel9.x86_64.rpm |
| Package | Version | OS | ORG | SIZE | File URL |
|---|---|---|---|---|---|
jdbc_fdw_13 |
0.4.0 |
el8.x86_64 | pgdg | 50.0 KiB | jdbc_fdw_13-0.4.0-1PGDG.rhel8.x86_64.rpm |
jdbc_fdw_13 |
0.4.0 |
el9.x86_64 | pgdg | 51.8 KiB | jdbc_fdw_13-0.4.0-1PGDG.rhel9.x86_64.rpm |
Source
pig build pkg jdbc_fdw; # build spec not readyInstall
Make sure PGDG repo available:
pig repo add pgdg -u # add pgdg repo and update cacheInstall this extension with pig:
pig install jdbc_fdw; # install via package name, for the active PG version
pig install jdbc_fdw -v 16; # install for PG 16
pig install jdbc_fdw -v 15; # install for PG 15
pig install jdbc_fdw -v 14; # install for PG 14
pig install jdbc_fdw -v 13; # install for PG 13Create this extension with:
CREATE EXTENSION jdbc_fdw;Last updated on