Re: PL/Lua (was: plpython implementation)

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Luis Carvalho <lexcarvalho(at)gmail(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, james <james(at)mansionfamily(dot)plus(dot)com>, Claudio Freire <klaussfreire(at)gmail(dot)com>, Andres Freund <andres(at)2ndquadrant(dot)com>, Szymon Guz <mabewlun(at)gmail(dot)com>, Martijn van Oosterhout <kleptog(at)svana(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: PL/Lua (was: plpython implementation)
Date: 2013-07-02 00:04:55
Message-ID: 51D21927.4080408@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 07/02/2013 01:54 AM, Luis Carvalho wrote:
> Peter Eisentraut wrote:
>> On Mon, 2013-07-01 at 18:15 -0400, Luis Carvalho wrote:
>>> The project is maintained -- I don't know how to say when something is
>>> well-maintained, but small frequency of code updates is not one of my
>>> criteria;
>>
>> The bug tracker contains bugs about build problems with PG 8.4, 9.2, and
>> 9.3, which have not been addressed.
>
> Done (it took me a while to see the bug tracker in pgfoundry...) BTW, thanks
> for the patch; I'll release a new version of PL/Lua once PG 9.3 is out.

It might be worth looking at the feature set of PL/v8 which currently
seems to be larger than PL/Perl, PL/Python and PL/tcl. Including having
the possibility to implement window functions.

http://pgxn.org/dist/plv8/doc/plv8.html#Window.function.API

Nice job with PL/Lua,
Andreas

--
Andreas Karlsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Kupershmidt 2013-07-02 00:10:14 Re: fixing pg_ctl with relative paths
Previous Message Luis Carvalho 2013-07-01 23:54:00 Re: PL/Lua (was: plpython implementation)