firebird_fdw
Foreign data wrapper for Firebird
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: firebird_fdw : Foreign data wrapper for Firebird
Information
- Extension ID: 8750
- Extension Name:
firebird_fdw - Package Name:
firebird_fdw - Category:
FDW - License: PostgreSQL
- Website: https://github.com/ibarwick/firebird_fdw
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.4.0
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
firebird_fdw_$v - RPM Ver :
1.4.0 - RPM Deps:
libfq - DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-firebird-fdw - DEB Ver :
1.4.0 - DEB Deps:
libfq
Availability
Installation
Install firebird_fdw via the pig CLI tool:
pig ext install firebird_fdw
Install firebird_fdw via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["firebird_fdw"]}' # -l <cls>
Install firebird_fdw RPM from YUM repo directly:
dnf install firebird_fdw_17;
dnf install firebird_fdw_16;
dnf install firebird_fdw_15;
dnf install firebird_fdw_14;
dnf install firebird_fdw_13;
Install firebird_fdw DEB from APT repo directly:
apt install postgresql-17-firebird-fdw;
apt install postgresql-16-firebird-fdw;
apt install postgresql-15-firebird-fdw;
apt install postgresql-14-firebird-fdw;
apt install postgresql-13-firebird-fdw;
Create firebird_fdw extension on PostgreSQL cluster:
CREATE EXTENSION firebird_fdw;
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.