Yes, it worked. Thanks! On Sun, Jul 8, 2018, 8:25 PM Justin Pryzby <pry...@telsasoft.com> 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/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 4096 May 8 00:03 plperl > > drwxr-xr-x 5 postgres postgres 319 May 8 00:06 tcl > > drwxr-xr-x 5 postgres postgres 4096 May 8 00:06 plpython > > > > is there a way to install the extension from here ? > > I think you're asking about this option: > > > > Or you could compile+install the plpython extension. I'm not sure but > I > > > think that would be ./configure --with-python. > > Justin >