When installing the postgresql10-plpython one of its dependencies is the postgresql10-server. However, I dont want to install the server but as you can see it is a must. What can I do ?
2018-07-08 16:33 GMT+03:00 Justin Pryzby <pryzby@xxxxxxxxxxxxx>:
On Sun, Jul 08, 2018 at 04:24:10PM +0300, Mariel Cherkassky wrote:
> I download the source files from the official website compiled them and
> installed postgresql manually.
> In what repository does the postgresql10-plpython exist ? or even the 9
> version ? I dont find them via yum search.
If you're using yum:
https://www.postgresql.org/download/
=> https://www.postgresql.org/download/linux/redhat/
=> http://yum.postgresql.org/
Note I believe those are technically considered "unofficial" RPMs provided by
EnterpriseDB.
Justin