summaryrefslogtreecommitdiff
path: root/databases/postgresql-mysql_fdw/pkg-descr
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/postgresql-mysql_fdw/pkg-descr
parent- Switch to options helpers (diff)
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/postgresql-mysql_fdw/pkg-descr')
-rw-r--r--databases/postgresql-mysql_fdw/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/postgresql-mysql_fdw/pkg-descr b/databases/postgresql-mysql_fdw/pkg-descr
new file mode 100644
index 000000000000..efc33da8435f
--- /dev/null
+++ b/databases/postgresql-mysql_fdw/pkg-descr
@@ -0,0 +1,11 @@
+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