aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2017-07-14 17:14:11 +0800
committertz <tz@FreeBSD.org>2017-07-14 17:14:11 +0800
commitef74c4c775d8403430df40079ae6dfbdebbafc79 (patch)
tree18f0444e7237583f750bec6bde3bf6956b2968cb /databases/Makefile
parent6a7c057d4119f7a93ee402cfec6cf09c4e897213 (diff)
downloadfreebsd-ports-gnome-ef74c4c775d8403430df40079ae6dfbdebbafc79.tar.gz
freebsd-ports-gnome-ef74c4c775d8403430df40079ae6dfbdebbafc79.tar.zst
freebsd-ports-gnome-ef74c4c775d8403430df40079ae6dfbdebbafc79.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>
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