output parameters in functions? - Mailing list pgsql-novice

From Aled Morris
Subject output parameters in functions?
Date
Msg-id 200310101339.50088.aled@tesco.net
Whole thread Raw
Responses Re: output parameters in functions?  (Josh Berkus <josh@agliodbs.com>)
List 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

pgsql-novice by date:

Previous
From: Oliver Fromme
Date:
Subject: Re: Using a function to delete rows
Next
From: "Derrick Betts"
Date:
Subject: Foreign key error...