| Summary: | [NEW PORT] databases/postgresql-ogr_fdw: PostgreSQL foreign data wrapper for OGR | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Loïc Bartoletti <lbartoletti> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | pgsql | ||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| URL: | https://github.com/pramsey/pgsql-ogr-fdw | ||||||
| Attachments: |
|
||||||
|
Description
Loïc Bartoletti
2019-10-11 14:53:02 UTC
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 |