2009/10/31 David Fetter :
> Please send a patch! :) :) :)
Here's my working directory. Kiswono, thanks for adding me to your
google code project. I prefer the license would be New BSD rather than
GPL.
>From instant README:
plv8 version 2009/11/01
* OVERVIEW
plv8 is shared library that provides
On Fri, Oct 30, 2009 at 08:44:52PM +0900, Hitoshi Harada wrote:
> So, by chance, I have been working on plv8 for my own purpose and
> query like below is done:
>
> regression=# CREATE OR REPLACE FUNCTION plv8_test(keys text[], vals
> text[]) RETURNS text AS $$
> var o = {};
> for(var i=0; i o[ke
2009/10/27 Andrew Dunstan :
>
>
> Merlin Moncure wrote:
>>
>> On Mon, Oct 26, 2009 at 11:18 PM, Andrew Dunstan
>> wrote:
>>
>>>
>>> Kiswono Prayogo wrote:
>>>
plv8js is a procedural language add-on for PostgreSQL, which means you
can define Javascript functions that run inside a Pos
On Tue, Oct 27, 2009 at 08:30:16AM -0400, Andrew Dunstan wrote:
> If someone is going to work on a JS engine for PostgreSQL (which I think
> is a good idea, actually) I want them to work on one that is likely to
> succeed.
The project (at the moment) just seems to be a set of pointers to code
I
Merlin Moncure wrote:
On Mon, Oct 26, 2009 at 11:18 PM, Andrew Dunstan wrote:
Kiswono Prayogo wrote:
plv8js is a procedural language add-on for PostgreSQL, which means you
can define Javascript functions that run inside a PostgreSQL server
using google V8 Engine.
anyone who want to
On Mon, Oct 26, 2009 at 11:18 PM, Andrew Dunstan wrote:
> Kiswono Prayogo wrote:
>>
>> plv8js is a procedural language add-on for PostgreSQL, which means you
>> can define Javascript functions that run inside a PostgreSQL server
>> using google V8 Engine.
>>
>> anyone who want to contribute in plv
Kiswono Prayogo wrote:
plv8js is a procedural language add-on for PostgreSQL, which means you
can define Javascript functions that run inside a PostgreSQL server
using google V8 Engine.
anyone who want to contribute in plv8js please visit this group ^^
http://code.google.com/p/plv8js/
i'm stil
plv8js is a procedural language add-on for PostgreSQL, which means you
can define Javascript functions that run inside a PostgreSQL server
using google V8 Engine.
anyone who want to contribute in plv8js please visit this group ^^
http://code.google.com/p/plv8js/
i'm still new in postgresql and v8,