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