Re: plpython3 - Mailing list pgsql-hackers

From James William Pye
Subject Re: plpython3
Date
Msg-id 95F1E2A3-D94F-481A-84FD-D5E6C45053A1@jwp.name
Whole thread Raw
In response to Re: plpython3  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: plpython3
List pgsql-hackers
On Feb 1, 2010, at 11:29 AM, Joshua D. Drake wrote:

> On Mon, 2010-02-01 at 13:20 -0500, Robert Haas wrote:
>
>> On the basis of all of the foregoing, I don't think we can consider
>> this patch further for this CommitFest and will update
>> commitfest.postgresql.org accordingly.  If the user community grows or
>> if one of the committers takes an interest in this down the road, I
>> think we could consider it for a future release.
>>
>
> I spoke with James offline about this as well. My understanding (correct
> me James) is that he is working on an implementation that can be
> installed via PGXS.

yep, mostly done: http://github.com/jwp/pg-python

The tests that can pass are passing on 8.3 and 8.4 now, save optimized Cursor returns in 8.3(the materialize preferred
flag).

Also made some other improvements like getting rid of the ugly `__func__.stateful = True` in favor of a decorator,
@Stateful.(Thanks to Harald for a push in that direction.) 

Right now, I'm trying to trim some of the easy issues[1] and getting a project web page up. I expect to be able to make
arelease soon, and I'll follow-up to this thread when I do. 

However, the lack of release files shouldn't stop anyone from trying it out. =)

Snapshot:http://github.com/jwp/pg-python/zipball/master


[1] http://github.com/jwp/pg-python/issues

pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: plpython3
Next
From: Simon Riggs
Date:
Subject: Re: Hot Standby: Relation-specific deferred conflict resolution