Re: PostgreSQL and Stored procedures

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Marc Loewenthal <marc(dot)loewenthal(at)phinex(dot)ch>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: PostgreSQL and Stored procedures
Date: 2001-08-31 09:00:14
Message-ID: 3B8F521E.46CF4FD1@tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> 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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2001-08-31 15:17:02 Tutorial
Previous Message Christopher Kings-Lynne 2001-08-31 01:18:38 Re: Pg.pm documentation