PostgreSQL and Stored procedures
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
----------------------------------------------------------------------------
----
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