You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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:
Thnaks!
The text was updated successfully, but these errors were encountered: