Hacker News new | ask | show | jobs
by e12e 933 days ago
Interesting - does it work with the existing postgres apt/yum repos?

Does it work with the postgres Docker image? Can I:

    FROM postgres
    (...get pxman)
    pgxman install ...
1 comments

> does it work with the existing postgres apt/yum repos?

We only support apt for now but plan to support other package managers in the future. It works with existing Postgres apt packages, we recommend using PGDG but the default system packages on Debian/Ubuntu work as well.

> Does it work with the postgres Docker image?

yes, in fact this how our `container` feature works. https://docs.pgxman.com/container