firebird_fdw 1.0.0 has been released with following changes:
- Supports the Firebird
BOOLEAN
datatype (Firebird 3.0 and later) IMPORT FOREIGN SCHEMA
implementation has been improved:- Firebird views can now also be imported (this can be controlled with the new option
import_views
) verbose
option will show which Firebird tables/views are being importedupdatable
option can be used to control whether all imported tables/views are marked as updatableimport_null
option determines whether columnNOT NULL
constraints are included in the definition of imported tables
- Firebird views can now also be imported (this can be controlled with the new option
- New table option
estimated_row_count
added - Handling of foreign tables defined as Firebird queries has been improved
- PostgreSQL 11 is supported
- Code has been adapted to compile against current PostgreSQL HEAD
- A bug has been fixed where a segfault could occur if not all expected Firebird connection parameters were provided
This release requires libfq
version 0.4.0. It is compatible with PostgreSQL versions 9.2 ~ 11.
RPMs are available here:
https://copr.fedorainfracloud.org/coprs/ibarwick/firebird_fdw/