PostgreSQL and Stored procedures

Started by Marc Loewenthalover 24 years ago2 messagesdocs
Jump to latest
#1Marc Loewenthal
marc.loewenthal@phinex.ch

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
Phinex AG
Sonnenweg 2
CH-4153 Reinach

Tel. +41 (061) 717 80 50
Fax. +41 (061) 717 80 57
----------------------------------------------------------------------------
----

#2Hannu Krosing
hannu@tm.ee
In reply to: Marc Loewenthal (#1)
Re: PostgreSQL and Stored procedures

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