Re: [HACKERS] PL/JS

2010-10-19 Thread Greg
Cool, will take a look. Thanks! --- On Tue, 19/10/10, Itagaki Takahiro wrote: From: Itagaki Takahiro Subject: Re: [HACKERS] PL/JS To: "Terri Laurenzo" Cc: "Greg" , "pgsql-hackers@postgresql.org" Date: Tuesday, 19 October, 2010, 3:18 On Tue, Oct 19, 2010 at

Re: [HACKERS] PL/JS

2010-10-18 Thread Itagaki Takahiro
On Tue, Oct 19, 2010 at 9:04 AM, Terri Laurenzo wrote: > Is there a pl/js yet?  I've not been able to find anything > but was thinking about putting something together based on v8 or spidermonkey. I'm working on PL/v8, that is one of PL/JS (PL/JavaScript) implementation based on v8. http://code.g

Re: [HACKERS] PL/JS

2010-10-18 Thread Alvaro Herrera
Excerpts from Terri Laurenzo's message of lun oct 18 21:04:36 -0300 2010: > Is there a pl/js yet? I've not been able to find anything but was thinking > about putting something together based on v8 or spidermonkey. http://code.google.com/p/plv8js/ -- Álvaro Herrera The PostgreSQL Company - Co

Re: [HACKERS] PL/JS

2010-10-18 Thread Terri Laurenzo
Is there a pl/js yet? I've not been able to find anything but was thinking about putting something together based on v8 or spidermonkey. Terry Sent from my iPhone On Oct 18, 2010, at 4:27 PM, Greg wrote: > Hi everyone! Did anyone had a chance to use PL/JS for sp development? Im > working on

[HACKERS] PL/JS

2010-10-18 Thread Greg
Hi everyone! Did anyone had a chance to use PL/JS for sp development? Im working on app that uses JS to work with data and was wandering whether PL/JS can offer full data management functionality like PL/PgSLQ? Thanks. Greg.