Bug 241199 - [NEW PORT] databases/postgresql-ogr_fdw: PostgreSQL foreign data wrapper for OGR
Summary: [NEW PORT] databases/postgresql-ogr_fdw: PostgreSQL foreign data wrapper for OGR
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitry Marakasov
URL: https://github.com/pramsey/pgsql-ogr-fdw
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-11 14:53 UTC by Loïc Bartoletti
Modified: 2019-10-21 17:54 UTC (History)
1 user (show)

See Also:


Attachments
postgresql-ogr_fdw 1.0.8 (1.99 KB, patch)
2019-10-11 14:53 UTC, Loïc Bartoletti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2019-10-11 14:53:02 UTC
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 )
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-10-21 17:54:17 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