How to create stored procedure in PostgreSQL with plpgsql?

From: Yolanda Valverde <yvalverde(at)chiusac(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: How to create stored procedure in PostgreSQL with plpgsql?
Date: 2003-02-13 17:06:23
Message-ID: 1205.192.168.1.1.1045155983.squirrel@www.chiusac.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'd like to know how to create stored procedures in PostgreSQL, I am working
with functions, but the problem that I have is with the function returning
one variable. I am interested in knowing how to return multiple variables.
and used language plpgsql.

Thank

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2003-02-13 17:12:05 Re: mailing list archives
Previous Message Tom Lane 2003-02-13 16:43:04 Re: Help with Segmentation Fault