EnterpriseDB / mongo_fdw

PostgreSQL foreign data wrapper for MongoDB
GNU Lesser General Public License v3.0
326 stars 70 forks source link

Added support for ssl in meta driver. #69

Closed GaelMagnan closed 7 years ago

GaelMagnan commented 7 years ago

Fixes: https://github.com/EnterpriseDB/mongo_fdw/issues/68

Added SSL support in the meta driver.

I also cleaned a duplicated line: fdwRoutine->AnalyzeForeignTable = MongoAnalyzeForeignTable;

GaelMagnan commented 7 years ago

@ibrarahmad Could you please take a look at this since you are maintaining this repo.

ibrarahmad commented 7 years ago

Done

GaelMagnan commented 7 years ago

thx