Thanks to visit codestin.com
Credit goes to github.com

Skip to content

How can I add external extensions (pg_extension) ? #149

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

Closed
ik87 opened this issue Feb 11, 2025 · 1 comment
Closed

How can I add external extensions (pg_extension) ? #149

ik87 opened this issue Feb 11, 2025 · 1 comment

Comments

@ik87
Copy link

ik87 commented Feb 11, 2025

Hello! How can I add external extension (pg_extension) rum . I don't want use container, only embeded Postgresql.
For example, for a container it looks like this:


RUN git clone https://github.com/postgrespro/rum && \
    cd rum && \
    make USE_PGXS=1 && \
    make USE_PGXS=1 install

Thnaks!

@tomix26
Copy link
Collaborator

tomix26 commented Feb 26, 2025

Hey @ik87, unfortunately this isn't possible with this project. The best approach for this purpose is to use a docker container, either directly through Testcontainers, or if you are using Spring you can also consider using embedded-database-spring-test project.

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

2 participants