aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2017-07-14 09:14:11 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2017-07-14 09:14:11 +0000
commit306d6e7add91ee6c671aee964994c1a89c20abd7 (patch)
tree18f0444e7237583f750bec6bde3bf6956b2968cb /databases/Makefile
parent939c81d7f0ae5e2458225edddbef9deb627efca7 (diff)
downloadports-306d6e7add91ee6c671aee964994c1a89c20abd7.tar.gz
ports-306d6e7add91ee6c671aee964994c1a89c20abd7.zip
New port: databases/postgresql-tds_fdw
Tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases that use the Tabular Data Stream (TDS) protocol, such as Sybase databases and Microsoft SQL server. The current version does not yet support JOIN push-down, or write operations. It does support WHERE and column pushdowns when match_column_names is enabled. WWW: https://github.com/tds-fdw/tds_fdw PR: 219671 Submitted by: Jov <amutu@amutu.com>
Notes
Notes: svn path=/head/; revision=445739
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 37ee8e5cdbb2..74e2b9a817f3 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -671,6 +671,7 @@
SUBDIR += postgresql-relay
SUBDIR += postgresql-repmgr
SUBDIR += postgresql-repmgr2
+ SUBDIR += postgresql-tds_fdw
SUBDIR += postgresql92-client
SUBDIR += postgresql92-contrib
SUBDIR += postgresql92-docs