aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-10-21 17:54:03 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-10-21 17:54:03 +0000
commit65b7863877384844a35a6a72b934d2e099db285a (patch)
tree56e473ef2d3a9e24f6fb8a9c5b10ff1fb7c84f38 /databases/Makefile
parent62d6b5ac15fb4af9de2cbc91387ad016f8ddaf93 (diff)
downloadports-65b7863877384844a35a6a72b934d2e099db285a.tar.gz
ports-65b7863877384844a35a6a72b934d2e099db285a.zip
Add databases/postgresql-ogr_fdw: PostgreSQL foreign data wrapper for OGR
This PostgreSQL extension implements a Foreign Data Wrapper (FDW) for OGR. Please note that this version of mysql_fdw works with PostgreSQL 9.3+, and have some limitations: Only non-spatial query restrictions are pushed down to the OGR driver. Spatial restrictions are not pushed down. OGR connections every time. All columns are retrieved every time. WWW: https://github.com/pramsey/pgsql-ogr-fdw PR: 241199 Submitted by: lbartoletti@tuxfamily.org
Notes
Notes: svn path=/head/; revision=515115
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 6f8c5de66ea6..9bdd0b4d4ea9 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -687,6 +687,7 @@
SUBDIR += postgresql-libpqxx4
SUBDIR += postgresql-mysql_fdw
SUBDIR += postgresql-odbc
+ SUBDIR += postgresql-ogr_fdw
SUBDIR += postgresql-orafce
SUBDIR += postgresql-plproxy
SUBDIR += postgresql-plv8js