Re: where can I download the binaries of plpython extension

2018-07-08 Thread Mariel Cherkassky
Yes, it worked. Thanks! On Sun, Jul 8, 2018, 8:25 PM Justin Pryzby wrote: > On Sun, Jul 08, 2018 at 05:36:06PM +0300, Mariel Cherkassky wrote: > > I still got the binaries of the installation and I found that I have the > > next directory : postgresql-10.4/src/pl/ > > cd postgresql-10.4/src/pl/

Re: where can I download the binaries of plpython extension

2018-07-08 Thread Justin Pryzby
On Sun, Jul 08, 2018 at 05:36:06PM +0300, Mariel Cherkassky wrote: > I still got the binaries of the installation and I found that I have the > next directory : postgresql-10.4/src/pl/ > cd postgresql-10.4/src/pl/plpython > -rw-r--r-- 1 postgres postgres 653 May 7 23:51 Makefile > drwxr-xr-x 3 p

Re: Problems with installing pgwatch2 without docker

2018-07-08 Thread Andrew Dunstan
On 07/08/2018 10:22 AM, Mariel Cherkassky wrote: Hi, I'm trying to install the pgwatch2 tool in our company without using the docker option. I followed the instructions that are specified in the github page but I'm facing an error during STEP 4.2 when I try to add my cluster to be the /db

Problems with installing pgwatch2 without docker

2018-07-08 Thread Mariel Cherkassky
Hi, I'm trying to install the pgwatch2 tool in our company without using the docker option. I followed the instructions that are specified in the github page but I'm facing an error during STEP 4.2 when I try to add my cluster to be the /dbs page in order to monitor it. After I add it I'm gettin

Re: where can I download the binaries of plpython extension

2018-07-08 Thread Mariel Cherkassky
I still got the binaries of the installation and I found that I have the next directory : postgresql-10.4/src/pl/ cd postgresql-10.4/src/pl/plpython -rw-r--r-- 1 postgres postgres 653 May 7 23:51 Makefile drwxr-xr-x 3 postgres postgres 33 May 8 00:03 plpgsql drwxr-xr-x 5 postgres postgres 409

Re: where can I download the binaries of plpython extension

2018-07-08 Thread Justin Pryzby
On Sun, Jul 08, 2018 at 04:46:47PM +0300, Mariel Cherkassky wrote: > As I mentioned earlier, I already have a running postgresql instance on the > machibe but on different pathes. I didnt want to install another one with > the default pathes because I didnt want people to think that the default > p

Re: where can I download the binaries of plpython extension

2018-07-08 Thread Mariel Cherkassky
As I mentioned earlier, I already have a running postgresql instance on the machibe but on different pathes. I didnt want to install another one with the default pathes because I didnt want people to think that the default pathes are the correct ones. If I'll install the package to the default valu

Re: where can I download the binaries of plpython extension

2018-07-08 Thread Justin Pryzby
On Sun, Jul 08, 2018 at 04:38:21PM +0300, Mariel Cherkassky wrote: > 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 ? All it does is install files allowing

Re: where can I download the binaries of plpython extension

2018-07-08 Thread Tom Lane
Mariel Cherkassky writes: > 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 ? Um ... of what value do you think plpython is without a server for it to run i

Re: where can I download the binaries of plpython extension

2018-07-08 Thread Mariel Cherkassky
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 : > On Sun, Jul 08, 2018 at 04:24:10PM +0300, Mariel Cherkassky wrote

Re: where can I download the binaries of plpython extension

2018-07-08 Thread Justin Pryzby
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 yo

Re: where can I download the binaries of plpython extension

2018-07-08 Thread Mariel Cherkassky
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. 2018-07-08 16:20 GMT+03:00 Justin Pryzby : > On Sun, Jul 08, 2018 at 04:06:50PM

Re: where can I download the binaries of plpython extension

2018-07-08 Thread Justin Pryzby
On Sun, Jul 08, 2018 at 04:06:50PM +0300, Mariel Cherkassky wrote: > Hi, > I installed postgresql v9.6/10 in our company. Which version did you install and how ? Compiled or binaries from some repo ? Using PGDG repo or some other one ? > When I try to install the extension with yum it download

where can I download the binaries of plpython extension

2018-07-08 Thread Mariel Cherkassky
Hi, I installed postgresql v9.6/10 in our company. When I tried to create the extension plpython I got the next error : ERROR: could not open extension control file "/PostgreSQL/9.6/share/postgresql/extension/plpythonu.control": No such file or directory When I try to install the extension with y