Re: Using C# to create stored procedures

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Guy Rouillier <guyr-ml1(at)burntmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Using C# to create stored procedures
Date: 2007-04-03 08:00:17
Message-ID: 21832.1175587217@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Magnus Hagander <magnus(at)hagander(dot)net> writes:
> Both MS SQL Server and IBM DB2 (on windows) supports .net stored
> procedures in C#, VB, or any other .net hosted language.

Awhile back I read an article claiming that .NET could only host one
language, or at least only languages that differed merely in trivial
syntactic details --- its execution engine isn't flexible enough for
anything truly interesting. Haven't looked into that for myself
though ... any comments?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Harald Armin Massa 2007-04-03 08:07:30 Re: Using C# to create stored procedures
Previous Message Jonathan Vanasco 2007-04-03 07:52:32 sql schema advice sought