mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
This fixes the build with PostgreSQL 10 and 11 Changes: https://github.com/EnterpriseDB/mysql_fdw/releases PR: 239514
11 lines
375 B
Text
11 lines
375 B
Text
This PostgreSQL extension implements a Foreign Data Wrapper (FDW) for MySQL.
|
|
The following enhancements are added to the mysql_fdw:
|
|
Write-able FDW
|
|
Connection Pooling
|
|
Where clause push-down
|
|
Column push-down
|
|
Prepared Statment
|
|
Please note that this version of mysql_fdw works with PostgreSQL
|
|
9.3, 9.4, 9.5, 9.6, 10, and 11.
|
|
|
|
WWW: https://github.com/EnterpriseDB/mysql_fdw
|