Re: Using C# to create stored procedures

Поиск
Список
Период
Сортировка
Искать
От
Andrus
Тема
Re: Using C# to create stored procedures
Дата
Msg-id
eutsma$21o4$1@news.hub.org
Ответ на
Список
Дерево обсуждения
Using C# to create stored procedures "Andrus" <kobruleht2@hot.ee>
Re: Using C# to create stored procedures Magnus Hagander <magnus@hagander.net>
Re: Using C# to create stored procedures David Fetter <david@fetter.org>
Re: Using C# to create stored procedures "Martin Gainty" <mgainty@hotmail.com>
Re: Using C# to create stored procedures "Andrus" <kobruleht2@hot.ee>
Re: Using C# to create stored procedures Guy Rouillier <guyr-ml1@burntmail.com>
Re: Using C# to create stored procedures Magnus Hagander <magnus@hagander.net>
Re: Using C# to create stored procedures Tom Lane <tgl@sss.pgh.pa.us>
Re: Using C# to create stored procedures Magnus Hagander <magnus@hagander.net>
Re: Using C# to create stored procedures "Harald Armin Massa" <haraldarminmassa@gmail.com>
Re: Using C# to create stored procedures Scott Ribe <scott_ribe@killerbytes.com>
BitmapScan mishaps Listmail <lists@peufeu.com>
Re: BitmapScan mishaps Tom Lane <tgl@sss.pgh.pa.us>
Re: BitmapScan mishaps Listmail <lists@peufeu.com>
Re: BitmapScan mishaps Tom Lane <tgl@sss.pgh.pa.us>
Re: BitmapScan mishaps Listmail <lists@peufeu.com>
Re: Using C# to create stored procedures "Andrus" <kobruleht2@hot.ee>
Re: Using C# to create stored procedures "Tomi N/A" <hefest@gmail.com>
Re: Using C# to create stored procedures "Postgres User" <postgres.developer@gmail.com>
> Who dreads PL/pgSQL?  It's a pretty easy language to learn.  Granted, not
> as easy as one you already know, but I'm not aware of any RDBMS that
> supports C# as a stored procedure language.

I needd to re-write a lot of compliatated SQL select statements to run them
in server which generate reports.
Currently they are running in client side.
Client application uses procedural language  to do additional processing of
data retrieved from PostgreSQL server.

I need to create new client application. So I desided that I must move as
much processing to server as possible.
Using C# should make my procedures portable to MS SQL, DB2 also.

I'm looking for things available in modern language IDEs like
auto-completion, intellisence, immediate syntax check
and modern language features like classes, generic, interfaces.
There a much more source code, resources and  books available in C# than in 
pl/pgSQL.
C# allows to use whole .NET class library, which contains solutions for 
almost everything.

I think that using pgAdmin+PL/pgSQL decreases my productivity a lot compared
to Visual Studio + C#

Andrus. 

В списке pgsql-general по дате отправления
От: pobox@verysmall.org
Дата:
От: marcel.beutner
Дата:
Сообщение: newid() in postgres
FAQ