-
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` …
-
# Issue report
Hi! Today I noticed it can't install fdw on docker postgres-alpine. That was working really well for few months. See more details below:
My dockerfile is:
```
FROM library/pos…
-
Currently the mysql/MariaDB password has to be set as part of the user mapping in the database.
In postgres_fdw the password is picked up from .pgpass file if missing.
It would be nice to have the s…
-
I'm trying to build a docker image with this data wrapper
```
from postgres:13.2
RUN apt -y update && apt -y upgrade
RUN apt-get install -y python python-pip
RUN apt-get install -y postgresq…
-
Trying to understand the nature of the issue. Any help would be appreciated. I know this project hasn't gotten any recent attention, but I'm hoping to utilize this library in our production environmen…
-
Thanks for doing this - made some things nice and easy for me. It turns out that orafdw is a better oracle client than sqlplus :).
I did this because I needed some other extensions. It stops havi…
dr-kd updated
2 years ago
-
When using pg 12 and tds_fdw 2.0.1 I can not get this query to return any results, but with the same data and using pg 9.5 and tds_fdw 2.0.0-alpha.3 it returns results.
query from postgres WITH que…
-
I'm writing an FDW using pgx and profiling it i've noticed some significant time spent in `__sigsetjmp` and friends. I gather this is due to postgres utility functions exposed by `pgx_sys` and heavil…
-
Jeg har oprettet en postgres_fdw til kerteminde-databasen hos Geo Fyn, hvor jeg henter de fleste data. Kerteminde-databasen mangler dog data fra Naturdatabasen, da skemaet naturdatabasen_kerteminde i …
-
I've faced some strange behavior of redis_fdw inside postgres transaction so I decided to look deeper and make redis_fdw module with '#define DEBUG'
Then I run
=# drop extension redis_fdw cascad…