aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2017-06-23 09:02:17 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2017-06-23 09:02:17 +0000
commitc97630de3bf159a1cf067580aaed0fe6da923be5 (patch)
tree0ccbbc0dca9bdcfa1289c8ee69eb5110c76f4136 /databases/Makefile
parent609eedc42b0f8191d899923657eb3d134debb7e4 (diff)
downloadports-c97630de3bf159a1cf067580aaed0fe6da923be5.tar.gz
ports-c97630de3bf159a1cf067580aaed0fe6da923be5.zip
New port: databases/postgresql-mysql_fdw
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 and 9.6. WWW: https://github.com/EnterpriseDB/mysql_fdw PR: 219636 Submitted by: Jov <amutu@amutu.com>
Notes
Notes: svn path=/head/; revision=444170
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 10ad2821a6f9..b17860e6e372 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -661,6 +661,7 @@
SUBDIR += postgresql-libpgeasy
SUBDIR += postgresql-libpqxx
SUBDIR += postgresql-libpqxx3
+ SUBDIR += postgresql-mysql_fdw
SUBDIR += postgresql-odbc
SUBDIR += postgresql-plproxy
SUBDIR += postgresql-plruby