Обсуждение: PostgreSQL and Stored procedures

Поиск
Список
Период
Сортировка

PostgreSQL and Stored procedures

От
"Marc Loewenthal"
Дата:
Hi
 
My searches on docs about writing stored procedures in PostrgreSQL wasn't successfully.
So therefore I want to ask you if you have any information about this
 
Thanks
Marc L.
 

Marc Loewenthal
Sonnenweg 2
CH-4153 Reinach
 
Tel. +41 (061) 717 80 50
Fax. +41 (061) 717 80 57
 

Re: PostgreSQL and Stored procedures

От
Hannu Krosing
Дата:
> Marc Loewenthal wrote:
>
> Hi
>
> My searches on docs about writing stored procedures in PostrgreSQL
> wasn't successfully.
> So therefore I want to ask you if you have any information about this

Check out:

http://www.ca.postgresql.org/users-lounge/docs/7.1/programmer/programmer-pl.html

You'll most likely want to write something in PL/PgSQL, but may also
like PL/TCL,
PL/Perl or even plain C functions.

There is also a PL/Python and i seem to remember someone mentioning
PL/Ruby

---------------
Hannu