rdf_fdw
rdf_fdw
rdf_fdw : Foreign data wrapper for RDF triplestores over SPARQL endpoints
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 8760 | rdf_fdw
|
rdf_fdw
|
2.4.0 |
FDW
|
MIT
|
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
postgres_fdw
sparql
|
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY
|
2.4.0 |
18
17
16
15
14
|
rdf_fdw |
- |
| RPM | PIGSTY
|
2.4.0 |
18
17
16
15
14
|
rdf_fdw_$v |
- |
| DEB | PIGSTY
|
2.4.0 |
18
17
16
15
14
|
postgresql-$v-rdf-fdw |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
el8.x86_64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
el8.aarch64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
el9.x86_64
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
el9.aarch64
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
el10.x86_64
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
el10.aarch64
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
d12.x86_64
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
d12.aarch64
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
d13.x86_64
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
d13.aarch64
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
u22.x86_64
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
u22.aarch64
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
u24.x86_64
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
u24.aarch64
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
PIGSTY 2.4.0
|
Source
pig build pkg rdf_fdw; # build rpm/debInstall
Make sure PGDG and PIGSTY repo available:
pig repo add pgsql -u # add both repo and update cacheInstall this extension with pig:
pig install rdf_fdw; # install via package name, for the active PG version
pig install rdf_fdw -v 18; # install for PG 18
pig install rdf_fdw -v 17; # install for PG 17
pig install rdf_fdw -v 16; # install for PG 16
pig install rdf_fdw -v 15; # install for PG 15
pig install rdf_fdw -v 14; # install for PG 14Create this extension with:
CREATE EXTENSION rdf_fdw;Last updated on