output parameters in functions?

From: Aled Morris <aled(at)tesco(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: output parameters in functions?
Date: 2003-10-10 12:39:50
Message-ID: 200310101339.50088.aled@tesco.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I read the docs for CREATE FUNCTION, and searched for "output parameter", but
couldn't find any answer.

There was a post asking for help in converting a SQL Server stored procedure
that used an output parameter, but the solution seemed to be to use the
RETURN statement for the output parameter.

So, is it possible to define output parameters in functions?

Cheers,

AM

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Derrick Betts 2003-10-10 17:28:12 Foreign key error...
Previous Message Chris 2003-10-10 01:46:20 Re: Can SQL return a threaded-comment-view result set?