aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-ogr_fdw/pkg-descr
blob: 722c67c20d3e6a736b6b080f19d2c57ece775203 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
This PostgreSQL extension implements a Foreign Data Wrapper (FDW) for OGR.

Please note that this version of ogr_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