pramsey / pgsql-http

HTTP client for PostgreSQL, retrieve a web page from inside the database.
MIT License
1.3k stars 116 forks source link

Postgres.h cant be found #139

Closed questjay closed 2 years ago

questjay commented 2 years ago

ss

pramsey commented 2 years ago

Your install is missing the server headers. On linux it's usually a postgresql-dev package or something of the sort.

cad0p commented 1 year ago

I can confirm, I solved it by installing postgresql-server-dev-15