Re: language interface in postgresql

From: "Jasbinder Singh Bali" <jsbali(at)gmail(dot)com>
To: "Trevor Talbot" <quension(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: language interface in postgresql
Date: 2007-08-15 04:16:47
Message-ID: a47902760708142116m6b3760a6hc55e955439cf4fb4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
Let me fine tune my question here. What I mean to say is the way we can
write stored procedures in C, perl etc in Postgres specifying the language
parameter at the end of stored procedure, compared to that, in SQL Server
2000 I've seen SP writing in pure SQL only.
Can you write Stored Procedures in SQL Server 2000 or Oracle in different
programing languages as well ?

Thanks
~Jas

On 8/15/07, Trevor Talbot <quension(at)gmail(dot)com> wrote:
>
> On 8/14/07, Jasbinder Singh Bali <jsbali(at)gmail(dot)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
> :)
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-08-15 04:28:43 Re: Custom functions for default values for columns on insert
Previous Message Trevor Talbot 2007-08-15 04:10:20 Re: language interface in postgresql