.NET or Mono functions in PG

Поиск
Список
Период
Сортировка
От Gevik Babakhani
Тема .NET or Mono functions in PG
Дата
Msg-id 001201c83355$59d3ab20$0a01a8c0@gevmus
обсуждение исходный текст
Ответы Re: .NET or Mono functions in PG  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Re: .NET or Mono functions in PG  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Re: .NET or Mono functions in PG  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
I am investigating the possibility of having stored procedures
and functions written in .NET language flavors. I remember a long time
ago there was a gborg project wanting to implement it, but that is long 
gone I guess. anyway....

I think there are two possibilities:

a) Use of MS.NET core and implement it only for Windows. 
b) Use of Mono core and have the possibility to run it also on *nix systems.
c) Or perhaps a hybrid of the above would be possible.

Any implementation would require to invoke/call an external runtime (Mono or
MS.CRL).
I wonder what the performance would be.

I would like to have your opinion about this idea. 

Regards,
Gevik Babakhani

------------------------------------------------
PostgreSQL NL       http://www.postgresql.nl
TrueSoftware BV     http://www.truesoftware.nl
------------------------------------------------



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: PostGreSQL and recursive queries...
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: .NET or Mono functions in PG