-
Hi,
PostgreSQL 17 Beta1 is out. firebird_fdw fails to build against v17. I had to edit Makefile to add 17, but still:
> gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-stateme…
-
Hello, @ibarwick!
You have powerful inspired me for C FDW contributing. Some hours ago I have implemented [UUID support for sqlite_fdw](https://github.com/mkgrgis/sqlite_fdw/tree/draft_uuid) and ch…
-
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=73508475d69e90f98ebd9b7e1a5933a26a49c5e9 has removed has removed pg_atoi
As a result packaged firebird_fdw cannot be loaded into P…
-
We use firebird_fdw to connect our postgres instance to a fairly large-sized firebird instance(s). When one of our users makes a query that calls a significantly-large dataset, the query will spin and…
-
- [ ] [Tag: “fdw” / PostgreSQL Extension Network](https://pgxn.org/tag/fdw/)
# Title: Tag: "fdw" / PostgreSQL Extension Network
**Description:**
Users tags recent Tag: "fdw" Distributions
- couchd…
-
Hi
As the maintainer of `firebird_fdw`, I'd be very interested to know how and why people are using it. Answers to some or all of the following questions would be highly appreciated; feel free to c…
-
I tried to install the library on both version 14 and 15 on debian and ubuntu. I always get the same message
`postgres=# create extension firebird_fdw;
ERROR: could not load library "/usr/lib/pos…
-
in isql-fb
```
Use CONNECT or CREATE DATABASE to specify a database
SQL>CREATE DATABASE '/var/firebird/Пример.fdb' USER 'SYSDBA' PASSWORD 'masterkey' DEFAULT CHARACTER SET UTF8;
```
then
```
SQ…
-
This is not real issue, but discussion about `quote_identifiers` to continue https://github.com/ibarwick/firebird_fdw/issues/15#issuecomment-671018068.
I think it will be simple for refactoring, if…
-
- Firebird_fdw 1.3.0
- PostgreSQL 14
The name of server is `"fb テスト"`.
Console output after `set client_min_messages='debug3';`
```
DEBUG: CREATE FOREIGN TABLE fbTest."ab" (
AB INTEGER,
"A…