Skip to content

Include ogr_fdw extension #209

Open
Open
@robe2

Description

@robe2

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions