Open
Description
As noted in this ticket - pramsey/pgsql-ogr-fdw#182
It would be really handy if docker-postgis files include ogr_fdw.
ogr_fdw spatial data wrapper is already carried by apt.postgresql.org and yum.postgresql.org and its big dependency is GDAL which is already included with the postgis extensions.
I can take a stab at adding it if all are okay with the idea.
I'm guessing a line such as below should suffice:
RUN apt-get install postgresql-12-ogr-fdw
Replacing the 12 with what ever version. For alpine I have to check if they carry ogr_fdw, if not might require a compile on Alpine. At anyrate it's a trivial compile if you have postgresql dev and postgis installed.
Metadata
Metadata
Assignees
Labels
No labels