azy easy and, in fact, there already exist
> Docker images with Postgres installed that you could just download and use.
> Postgres will be entirely under local user control and requires no system
> level access.
>
> -- Ben
>
> On Mon, May 21, 2018 at 9:23 PM, Thiagarajan
Hello,
In our environment, our standard RHEL OS install comes with all the
PostgreSQL required packages / libraries installed. So, can I just extract
the binaries from PostgreSQL RPMs via rpm2cpio and create a tar file and
install it as non-root user in an alternate location? I tested the above
Hello,
The official postgresql download site (
https://www.postgresql.org/download/linux/redhat/) has a link to download
the tar archives (https://www.enterprisedb.com/download-postgresql-binaries)
or interactive installer from EnterpriseDB. Is the above download from
EnterpriseDB is open source