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

PostgreSQL support #137

Open
maxfreu opened this issue Aug 23, 2022 · 5 comments
Open

PostgreSQL support #137

maxfreu opened this issue Aug 23, 2022 · 5 comments

Comments

@maxfreu
Copy link
Contributor

maxfreu commented Aug 23, 2022

I think GDAL is currently built without PostgreSQL support, right? I can haz support for it? :> What would be necessary?

@evetion
Copy link
Member

evetion commented Aug 23, 2022

Changing this recipe to add the support to this artefact.

@visr
Copy link
Member

visr commented Aug 23, 2022

Specifically we'd need to add a depdendency to libpq, for which there is luckily already a LibPQ_jll available:

https://github.com/JuliaPackaging/Yggdrasil/blob/7540ff4bc28abce05a948d9ee0ffdd44260ea04a/L/LibPQ/build_tarballs.jl

@maxfreu
Copy link
Contributor Author

maxfreu commented Aug 23, 2022

Like this?

@visr
Copy link
Member

visr commented Aug 23, 2022

That looks good to me!

@visr
Copy link
Member

visr commented Sep 5, 2022

Sorry, it seems like LibPQ_jll with libpq only was not enough. I think it needs a build of PostgreSQL including the libpq interface, which is not yet in Yggdrasil. So creating that would be a first step.

JuliaPackaging/Yggdrasil#5423 (comment)

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

No branches or pull requests

3 participants