Re: PL language selection

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Nicolay A Vasiliev <nvasiliev(at)whiteriversoft(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PL language selection
Date: 2005-11-10 12:29:35
Message-ID: 43733D2F.6090403@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Nicolay A Vasiliev schrieb:
> Richard Huxton wrote:
>
>> Nicolay A Vasiliev wrote:
>>
...
>> The others have their strengths and weaknesses depending on the
>> language itself. If you're prepared to compile from source there is a
>> pl-php which might interest you.
>>
>> It's from the nice people at Command Prompt:
>> http://www.commandprompt.com/community/plphp/
>
>
> I've heard about this, but Perl and Python are more preferred for us.
^^^^^^^
as such, dont miss
http://python.projects.postgresql.org/

which is a new approach for pl/python (among
other things it does too) It allows you,
with PG 8.x, to write set returning functions
which are lazy (e.g. built values as they
are fetched) - via standard generator objects.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nicolay A Vasiliev 2005-11-10 13:16:29 Re: PL language selection
Previous Message Tino Wildenhain 2005-11-10 12:16:03 Re: Time trigger