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 Availability | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EL | 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 get jdbc_fdw; # get jdbc_fdw source code
pig build dep jdbc_fdw; # install build dependencies
pig build pkg jdbc_fdw; # build extension rpm or deb
pig build ext jdbc_fdw; # build extension rpmsInstall
To add the required PGDG / PIGSTY upstream repository, use:
pig repo add pgsql -u # add PGDG + Pigsty repo and update cache (leave existing repos)Install this extension with:
pig ext install jdbc_fdw; # install by extension name, for the current active PG version
pig ext install jdbc_fdw; # install via package alias, for the active PG version
pig ext install jdbc_fdw -v 16; # install for PG 16
pig ext install jdbc_fdw -v 15; # install for PG 15
pig ext install jdbc_fdw -v 14; # install for PG 14
pig ext install jdbc_fdw -v 13; # install for PG 13Create this extension with:
CREATE EXTENSION jdbc_fdw;Last updated on