Created attachment 208248 [details] postgresql-ogr_fdw 1.0.8 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 Changelog: https://github.com/pramsey/pgsql-ogr-fdw QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 11 12 HEAD, i386 amd64) * maketest: OK (3 of 3 tests PASS. test plan: ( setenv PGUSER postgres ; gmake installcheck ) with PGSQL option enabled from graphics/gdal )
A commit references this bug: Author: amdmi3 Date: Mon Oct 21 17:54:04 UTC 2019 New revision: 515115 URL: https://svnweb.freebsd.org/changeset/ports/515115 Log: 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 Changes: head/databases/Makefile head/databases/postgresql-ogr_fdw/ head/databases/postgresql-ogr_fdw/Makefile head/databases/postgresql-ogr_fdw/distinfo head/databases/postgresql-ogr_fdw/pkg-descr