ibarwick/firebird_fdw
Project ID: 19188
Description
A foreign data wrapper (FDW) to connect PostgreSQL with Firebird.
Installation Instructions
Installation from the PGDG community repository
Beginning with version 1.2.1, firebird_fdw
(and libfq
) packages for PostgreSQL 10 and later are available via the PostgreSQL community YUM repository; for details see here: https://yum.postgresql.org/.
Packages for PostgreSQL 9.5 and 9.6 will continue to be provided via the copr
repository.
Installation from copr repositories
- Locate distribution in the list below
- Click on
Repo Download
- Copy the URL in the browser URL bar
- On the target system:
cd /etc/yum.repos.d
wget https://copr.fedorainfracloud.org/coprs/ibarwick/firebird_fdw/repo/epel-7/ibarwick-firebird_fdw-epel-7.repo
- Execute
yum install postgresql10-firebird_fdw
(adjust the version number accordingly)
Other ways of doing this may also be available.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
x86_64 (0)* | EPEL 6 (224 downloads) |
![]() |
x86_64 (4)* | EPEL 7 (490 downloads) |
* Total number of packages downloaded in the last seven days.
External Repository List
The following repositories are accessible during builds
- https://copr-be.cloud.fedoraproject.org/results/ibarwick/libfq/$distname-$releasever-$basearch/
- http://mirror.centos.org/centos/7/sclo/$basearch/sclo/
- http://mirror.centos.org/centos/7/sclo/$basearch/rh/
- https://download.postgresql.org/pub/repos/yum/13/redhat/rhel-$releasever-$basearch
- https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-$releasever-$basearch
- https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-$releasever-$basearch
- https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-$releasever-$basearch
- https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-$releasever-$basearch
- https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-$releasever-$basearch
Quick Enable
#> dnf copr enable ibarwick/firebird_fdw
More info about enabling Copr repositories