December 29, 2022
Firebird Foreign Data Wrapper (FDW) | firebird_fdw 1.3.0 released
firebird_fdw is now available as version 1.3.0.
This release provides following new features:
- support for PostgreSQL 15
- basic support for
TRUNCATE
(PostgreSQL 14 and later) - support for batch inserts via
COPY
(PostgreSQL 14 and later)
and some improvements for existing functionality:
- improved mapping of PostgreSQL server encodings to Firebird
- various fixes and improvements for
IMPORT FOREIGN SCHEMA
This release requires Firebird API wrapper libfq
version 0.5.0 or later.
firebird_fdw
1.3.0 is compatible with PostgreSQL versions 9.5 ~ 15. Note that support for PostgreSQL 9.3 and 9.4 has been removed in this release.
Basic RPM packages for RHEL and co. 7/8 and PostgreSQL 10 ~ 15 are available via the Copr build system:
- https://copr.fedorainfracloud.org/coprs/ibarwick/firebird_fdw/
- https://copr.fedorainfracloud.org/coprs/ibarwick/libfq/
More comprehensive packages will be available via the PGDG community repository at some point in the next couple of weeks.
Posted at 1:34 AM
Post a comment