Re: language interface in postgresql - Mailing list pgsql-general

From Trevor Talbot
Subject Re: language interface in postgresql
Date
Msg-id 90bce5730708142110y35e6dcc9rf96a1993ee250bc9@mail.gmail.com
Whole thread Raw
In response to language interface in postgresql  ("Jasbinder Singh Bali" <jsbali@gmail.com>)
Responses Re: language interface in postgresql
List pgsql-general
On 8/14/07, Jasbinder Singh Bali <jsbali@gmail.com> wrote:

> I was wondering if any other database has language interface for different
> programing languages such as C , perl , python etc the way postgresql has.

Assuming you mean stored procedures, Microsoft's SQL Server hosts the
CLR, which means pretty much any language capable of targeting .NET
will work.  The mechanisms behind this are quite involved, to
guarantee different levels of security and reliability; it's rather
interesting to dig into.

It is just one platform though, so might not be quite what you had in mind :)

pgsql-general by date:

Previous
From: "Lim Berger"
Date:
Subject: Custom functions for default values for columns on insert
Next
From: "Jasbinder Singh Bali"
Date:
Subject: Re: language interface in postgresql