Re: Pl/Python -- current maintainer?

From: James Robinson <jlrobins(at)socialserve(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: Hackers Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Pl/Python -- current maintainer?
Date: 2006-02-25 04:13:39
Message-ID: 11E8433C-EA5A-4175-ADFF-E82CFA935169@socialserve.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I see neilc has hacked on it very recently to reduce memory leaks. I
take that as both good and bad signs.

We're a [ small ] python shop, and would be most interested in being
able to simplify our life through doing some things in plpython
instead of pl/pgsql where appropriate. Keeping our constants and so
forth in the appropriate python module would make things ever so much
simpler here and there at the very least.

But we've never hacked on the backend, nor at the C python API level.
But I see no reason why not to start now -- lurked here for many a
year. For example, I see that plpython functions cannot be declared
to return void. That can't be too tough to remedy. Implementing the
DBI 2.0 API interface to SPI can wait another day.

On Feb 24, 2006, at 11:08 PM, Joshua D. Drake wrote:

> James Robinson wrote:
>> I'm interested in poking though and taking a shot at getting my
>> feet wet with pl/python. I see the file is copyright Andrew Bosma
>> -- is he still around perhance? Is anyone currently the 'owner' ?
> To my knowledge there is no current maintainer of plPython and it
> definitely needs some love.
>
>>
>> ----
>> James Robinson
>> Socialserve.com
>>
>>
>> ---------------------------(end of
>> broadcast)---------------------------
>> TIP 1: if posting/reading through Usenet, please send an appropriate
>> subscribe-nomail command to majordomo(at)postgresql(dot)org so that
>> your
>> message can get through to the mailing list cleanly
>>
>
>
> --
> The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
> PostgreSQL Replication, Consulting, Custom Development, 24x7 support
> Managed Services, Shared and Dedicated Hosting
> Co-Authors: PLphp, PLperl - http://www.commandprompt.com/
>

----
James Robinson
Socialserve.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-25 04:55:23 Re: Remove ora2pg from contrib
Previous Message Joshua D. Drake 2006-02-25 04:08:18 Re: Pl/Python -- current maintainer?