pgspider_ext
foreign-data wrapper for remote PGSpider servers
Module:
Categories:
Overview
PGDG 3rd Party Extension: pgspider_ext
: foreign-data wrapper for remote PGSpider servers
Information
- Extension ID: 8540
- Extension Name:
pgspider_ext
- Package Name:
pgspider_ext
- Category:
FDW
- License: PostgreSQL
- Website: https://github.com/pgspider/pgspider_ext
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.3.0
- Postgres Support:
17
,16
,15
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
pgspider_ext_$v*
- RPM Ver :
1.3.0
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pgspider-ext
- DEB Ver :
1.3.0
- DEB Deps: N/A
Availability
Installation
Install pgspider_ext
via the pig
CLI tool:
pig ext install pgspider_ext
Install pgspider_ext
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pgspider_ext"]}' # -l <cls>
Install pgspider_ext
RPM from YUM repo directly:
dnf install pgspider_ext_17*;
dnf install pgspider_ext_16*;
dnf install pgspider_ext_15*;
Install pgspider_ext
DEB from APT repo directly:
apt install postgresql-17-pgspider-ext;
apt install postgresql-16-pgspider-ext;
apt install postgresql-15-pgspider-ext;
Create pgspider_ext
extension on PostgreSQL cluster:
CREATE EXTENSION pgspider_ext;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.