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

Simple way to enable extension in postgres? The README is confusing me #75

Open
corneliusroemer opened this issue Sep 15, 2024 · 3 comments
Assignees

Comments

@corneliusroemer
Copy link

How do I enable the plprql extension in postgres? Do I really need to run all these commands listed in the readme, installing all sorts of packages in ubuntu?

How can I add it to the standard docker image of postgres?

@kaspermarstal
Copy link
Owner

You can create a new docker image based on the standard docker image that installs one of the .deb packages from the release page. That would be the easiest way.

@kaspermarstal kaspermarstal self-assigned this Oct 12, 2024
@kaspermarstal
Copy link
Owner

I improved the README and added a docker/plprql.Dockerfile that you can use as inspiration.

@Vonng
Copy link

Vonng commented Oct 16, 2024

I have built RPM and DED packages for plprql and provided repositories for yum (EL8/EL9) and apt (Debian 12 / Ubuntu 22.04).

How do I enable the plprql extension in postgres? Do I really need to run all these commands listed in the readme, installing all sorts of packages in ubuntu?

How can I add it to the standard docker image of postgres?

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