Content-Length: 212328 | pFad | http://github.com/PostgresApp/PostgresApp/issues/779

B1 Include pgsql-ogr-fdw extension · Issue #779 · PostgresApp/PostgresApp · GitHub
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include pgsql-ogr-fdw extension #779

Open
palmerj opened this issue Oct 26, 2024 · 1 comment
Open

Include pgsql-ogr-fdw extension #779

palmerj opened this issue Oct 26, 2024 · 1 comment

Comments

@palmerj
Copy link

palmerj commented Oct 26, 2024

See https://github.com/pramsey/pgsql-ogr-fdw.

If not how can I build it myself so it can be successfully loaded with postgreapp?

Many thanks

@jakob
Copy link
Member

jakob commented Nov 8, 2024

We discussed this extension at our last meeting. @tbussmann mentioned that the windows version of PostGIS includes this extension, so it might be a good idea to bundle it as well.

It looks like the extension is pretty simple to build because Postgres.app already comes with GDAL.

The process is the same as building most extensions:

  1. Install command line tools on your Mac using this command:

    xcode-select --install
    
  2. Make sure pg_config is on your $PATH:

    which pg_config
    

    Expected output: `/Applications/Postgres.app/Contents/Versions/latest/bin/pg_config

  3. download the extension

    git clone git@github.com:pramsey/pgsql-ogr-fdw.git
    
  4. build and install the extension:

    cd pgsql-ogr-fdw
    make
    make install
    
  5. Restart PostgreSQL server and you should be able to install it with CREATE EXTENSION ogr_fdw;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/PostgresApp/PostgresApp/issues/779

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy