Re: Installing plpython3u

From: Dario Beraldi <dario(dot)beraldi(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: Installing plpython3u
Date: 2015-10-15 14:49:37
Message-ID: CAEa0nG56TmWRMK_3UZDouYTD9v6fufFpLMBA25-kDxYPRa0BSg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> It might be worth cd'ing into the src/pl/plpython subdirectory and
>> manually doing "make install" there to see what it prints.
>>
>>
>> By the way, that's what I see in src/pl/plpython:

ls -l
/data/sblab-home/berald01/applications/postgresql/postgresql-9.3.5/src/pl/plpython
total 292
drwxrwx--- 2 berald01 sblab 4096 Jul 21 2014 expected
-rw-r----- 1 berald01 sblab 1002 Jul 21 2014 generate-spiexceptions.pl
-rw-r----- 1 berald01 sblab 6154 Jul 21 2014 Makefile
-rw-r----- 1 berald01 sblab 648 Jul 21 2014 nls.mk
-rw-r----- 1 berald01 sblab 10623 Jul 21 2014 plpy_cursorobject.c
-rw-r----- 1 berald01 sblab 394 Jul 21 2014 plpy_cursorobject.h
-rw-r----- 1 berald01 sblab 10841 Jul 21 2014 plpy_elog.c
-rw-r----- 1 berald01 sblab 699 Jul 21 2014 plpy_elog.h
-rw-r----- 1 berald01 sblab 22176 Jul 21 2014 plpy_exec.c
-rw-r----- 1 berald01 sblab 294 Jul 21 2014 plpy_exec.h
-rw-r----- 1 berald01 sblab 10407 Jul 21 2014 plpy_main.c
-rw-r----- 1 berald01 sblab 789 Jul 21 2014 plpy_main.h
-rw-r----- 1 berald01 sblab 2476 Jul 21 2014 plpy_planobject.c
-rw-r----- 1 berald01 sblab 456 Jul 21 2014 plpy_planobject.h
-rw-r----- 1 berald01 sblab 9942 Jul 21 2014 plpy_plpymodule.c
-rw-r----- 1 berald01 sblab 365 Jul 21 2014 plpy_plpymodule.h
-rw-r----- 1 berald01 sblab 13374 Jul 21 2014 plpy_procedure.c
-rw-r----- 1 berald01 sblab 1596 Jul 21 2014 plpy_procedure.h
-rw-r----- 1 berald01 sblab 6980 Jul 21 2014 plpy_resultobject.c
-rw-r----- 1 berald01 sblab 573 Jul 21 2014 plpy_resultobject.h
-rw-r----- 1 berald01 sblab 13793 Jul 21 2014 plpy_spi.c
-rw-r----- 1 berald01 sblab 780 Jul 21 2014 plpy_spi.h
-rw-r----- 1 berald01 sblab 5490 Jul 21 2014 plpy_subxactobject.c
-rw-r----- 1 berald01 sblab 673 Jul 21 2014 plpy_subxactobject.h
-rw-r----- 1 berald01 sblab 351 Jul 21 2014 plpython2u--1.0.sql
-rw-r----- 1 berald01 sblab 196 Jul 21 2014 plpython2u.control
-rw-r----- 1 berald01 sblab 402 Jul 21 2014
plpython2u--unpackaged--1.0.sql
-rw-r----- 1 berald01 sblab 351 Jul 21 2014 plpython3u--1.0.sql
-rw-r----- 1 berald01 sblab 196 Jul 21 2014 plpython3u.control
-rw-r----- 1 berald01 sblab 402 Jul 21 2014
plpython3u--unpackaged--1.0.sql
-rw-r----- 1 berald01 sblab 4071 Jul 21 2014 plpython.h
-rw-r----- 1 berald01 sblab 347 Jul 21 2014 plpythonu--1.0.sql
-rw-r----- 1 berald01 sblab 194 Jul 21 2014 plpythonu.control
-rw-r----- 1 berald01 sblab 393 Jul 21 2014
plpythonu--unpackaged--1.0.sql
-rw-r----- 1 berald01 sblab 27349 Jul 21 2014 plpy_typeio.c
-rw-r----- 1 berald01 sblab 2659 Jul 21 2014 plpy_typeio.h
-rw-r----- 1 berald01 sblab 3548 Jul 21 2014 plpy_util.c
-rw-r----- 1 berald01 sblab 511 Jul 21 2014 plpy_util.h
drwxrwx--- 2 berald01 sblab 144 Jul 21 2014 po
-rw-r----- 1 berald01 sblab 22857 Jul 21 2014 spiexceptions.h
drwxrwx--- 2 berald01 sblab 4096 Jul 21 2014 sql

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-10-15 14:54:58 Re: Installing plpython3u
Previous Message Rob Richardson 2015-10-15 14:48:05 Re: How can I use crosstab functons in PostgreSQL 9.3?