-
We'd like to build a large scale CMS with postgresql as source of truth + cockroachdb as denormalized data store for public access.
To keep both systems in sync via transactions I'd like to use a for…
-
I have a Sybase DB (aka SAP SQL Anywhere) that contains text columns that in very rare cases contain invalid characters (or just null characters, which Postgres does not allow, since it uses cstrings …
-
Hi,
I would expect the default for character_set to be PGDatabaseEncoding, because I don't see any practical use case not to use this default. What I want is fdw to automatically cope with charset …
-
## Problem
Original use case: create database users via a migration script, with the ability to pass a password via an environment variable (so that the password is not checked into source control). …
-
I have clone the repo from master using --recursive and config the postgresql path
`export PATH="/Applications/Postgres.app/Contents/Versions/9.5/bin:$PATH"`
when I run the `sudo make `, the foll…
-
Curious if anyone has been able to use mongo_fdw with a replica set and a list of seed servers, and if there's a place where connection error log messages are being written that I'm just not seeing.
…
-
Hello, I'm using the last commit [091853f](https://github.com/tds-fdw/tds_fdw/commit/091853f556699480b5e5e2352c1eac95bad2fe5c) in windows; when I perform this query (foreign table to sql server):
sel…
-
Let me start by saying thanks! for your work on this foreign data wrapper. It's one of the things that contributes to making Postgres my first choice database. I hope the drawbacks I'm going to brin…
-
I'm running PostgreSQL 12.5 on a Centos 7 VM, MariaDB 10.5.8 on same VM.
- I have postgresql12-devel installed.
- I have the postgresql bin and mariadb bin in the path
- I installed (successfully…
-
Closed issue #163 implies we cannot get WHERE clause pushdown on ObjectID (NAME) types queries.
For example, in the provided example in https://www.enterprisedb.com/docs/mongo_data_adapter/latest/…