EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow MariaDB/mysql password from .pgpass instead of mandatory hard-coding in the user mapping

d-maumary opened this issue · comments

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 same feature here.

  • requires option "password_required" (currently invalid)

Thanks. We will surely check how we can achieve similar functionality in mysql_fdw.
Thanks again for your interest.