ANXS / postgresql

Fairly full featured Ansible role for Postgresql.
http://anxs.io/
MIT License
850 stars 573 forks source link

Allow installation of PostgreSQL Foreign Data Wrappers (MySQL and OGR) #381

Closed stejoo closed 5 years ago

stejoo commented 5 years ago

This adds the option to install PostgreSQL Foreign Data Wrappers to access remote objects. I've added support for the MySQL and OGR wrappers. This adds two configurable boolean options, which I added to the defaults:

postgresql_fdw_mysql: no
postgresql_fdw_ogr: no

Hope this helps someone.

gclough commented 5 years ago

LGTM