-
Hello,
I have compiled and installed on FreeBSD 12 with PG 11.3.
When try to activate the fdw extension obtain:
```
ERROR: could not load library "/usr/local/lib/postgresql/firebird_fdw.so": …
-
the postgresql10-firebird_fdw package requires libfq-0.2.0.so dependency. But the libfq current version is 0.3.0 (updated 28.09.18). Thus it is impossible to install the postgresql10-firebird_fdw pack…
-
When I create the foreign table with the option 'query' I get the error:
ERROR: Query returned unexpected number of rows
Ps: The query returns thousands of rows.
-
Table definitions:
SQL> \d instest
Table "instest"
Column | Field type | Modifiers | Default value | Description
--------+-------------+-----------+---------------+-------------
…
-
Is this module still considered experiemental?
Is it still being maintained?