mongo_fdw icon indicating copy to clipboard operation
mongo_fdw copied to clipboard

PostgreSQL foreign data wrapper for MongoDB

Results 54 mongo_fdw issues
Sort by recently updated
recently updated
newest added

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 the remaining commnads

I'm testing with mongo_fdw on PG9.5. And I experienced issue. It seems that Filetering condidion doesn't push down. Firstly, I queried on mongodb shell like below. And it looks filter...

When i create foreing table, i cant select from there and had error. Can you help please. ![image](https://user-images.githubusercontent.com/110420485/233646817-1a77cefe-35c5-46c4-8127-8a0966387080.png)

We have fix 2 bugs of your repository. I'd like to create a PR to contribute them to your repository. - [Fix convert UTF8 bson type to name postgres type](https://github.com/khieuvm/mongo_fdw/commit/e80a5a720a3279dcc6064cfefc3750104dd7c7a1)...

This allows optional installation into a different directory.

0 rows in foreign table when i using select

When I have this query it does push down: `select count(*) from table where "dateTime" >= '2022-06-07';` But for timestamp query it does not: ` select count(*) from table where...

Hi, I'm trying to connect Postgre mongo_fdw to Mongo 3.4.23 at Mongo Atlas that requires SSL Self-Signed Certificate with no success. Beyond host, port, user and password, it requires the...

I have a few documents in mongo with a mix of integers and floating point numbers in them. If I set the column type in the foreign table to "numeric",...

Tried to get this installed on 3 of our DB servers, all of which are running Ubuntu 14.04 and upgraded PostgreSQL to 9.5. Had the same issue on all 3...