Re: [GENERAL] plpythonu.control missing after build from git repository

2012-12-24 Thread Seref Arikan
Tom, Thanks a lot! For some reason, I was under the impression that contrib would include python. the --with-python switch did the trick. Best regards Seref On Mon, Dec 24, 2012 at 9:35 PM, Tom Lane wrote: > Seref Arikan writes: > > After building postgresql from the git repository, I've tried

Re: [GENERAL] plpythonu.control missing after build from git repository

2012-12-24 Thread Adrian Klaver
On 12/24/2012 01:24 PM, Seref Arikan wrote: Greetings, After building postgresql from the git repository, I've tried to create a db that I have, and I've faced the exact same problem described here: http://archives.postgresql.org/pgsql-general/2012-02/msg00753.php Basically, the extension directo

Re: [GENERAL] plpythonu.control missing after build from git repository

2012-12-24 Thread Tom Lane
Seref Arikan writes: > After building postgresql from the git repository, I've tried to create a > db that I have, and I've faced the exact same problem described here: > http://archives.postgresql.org/pgsql-general/2012-02/msg00753.php > Basically, the extension directory does not contain plpytho