EnterpriseDB / mongo_fdw

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

Support for authentication database in the CREATE SERVER #77

Closed Reimus closed 7 years ago

Reimus commented 7 years ago

Introduced authentication_database option in response to issue #51 .

Had same issue and the solution seemed obvious as the underlying driver already supports authSource= uri option.