Re: : How to create stored procedure in PostgreSQL?

From: Justin Clift <justin(at)postgresql(dot)org>
To: Yolanda Valverde <yvalverde(at)chiusac(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: : How to create stored procedure in PostgreSQL?
Date: 2003-02-04 00:34:16
Message-ID: 3E3F0A88.1050809@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Yolanda Valverde wrote:
> Hello
>
> I don't see to create stored procedure in postgresql. Do you
> tell me how to do it? or which document do I have to read?

Hi Yolanda,

You'd be looking for the "Procedural Languages" part of the PostgreSQL
documentation:

http://www.postgresql.org/docs/view.php?version=7.3&idoc=1&file=programmer-pl.html

Also, this article by Stephan Szabo should help too:

http://techdocs.postgresql.org/guides/SetReturningFunctions
Shows how to return more than one row of data from PL/pgSQL functions

:-)

Regards and best wishes,

Justin Clift

> Thanks.

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nigel J. Andrews 2003-02-04 00:37:13 Re: : How to create stored procedure in PostgreSQL?
Previous Message Yolanda Valverde 2003-02-04 00:13:11 : How to create stored procedure in PostgreSQL?