-
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…
-
While executing this command
snadden@lflinux:/etc/postgresql/12/main$ PATH=/etc/postgresql/12/main:$PATH make
make: *** No targets specified and no makefile found. Stop.
Then I am unable to run th…
-
# Improve documentation
## Link
I referenced these docs: https://supabase.github.io/wrappers/airtable/
(The same as the Supabase.com ones I think: https://supabase.com/docs/guides/database/ext…
-
- Clickhouse table:
```sql
CREATE TABLE default.unit_records
(
`unit_id` String,
`timestamp` DateTime,
`data` Object('json')
)
ENGINE = MergeTree
PRIMARY KEY (unit_id, timestamp)
…
-
If I am interacting with `DateTime64(x) ` types I typically need to either cast a date to them via `toDateTime64()` or cast them to a DateTime. However I cannot use the `toDateTime64` or `toDateTime` …
-
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'm using tds_fdw in windows 7 x64, I think I have an issue with this function inside tds_err_handler
```
ereport(ERROR,
(errcode(ERRCODE_FDW_UNABLE_TO_CREATE_EXECUTION),
errm…
-
I'm running tds_fdw 2.0 alpha-2. (Had trouble with both 1.7 and 1.8), postgres 9.6.8
When I select a timestamp without time zone field I get a date field value out of range error message.
```
elx…
-
Hi, Does this fdw support Insert into operation?
While trying to insert into customer_reviews values (....) getting operation not supported error.
Thanks,
-
Hi! @ildus , am I right understand that clickhouse_fdw does not support secure connections?