output parameters in functions?

Поиск
Список
Период
Сортировка
От Aled Morris
Тема output parameters in functions?
Дата
Msg-id 200310101339.50088.aled@tesco.net
обсуждение исходный текст
Ответы Re: output parameters in functions?  (Josh Berkus <josh@agliodbs.com>)
Список 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 по дате отправления:

Предыдущее
От: Oliver Fromme
Дата:
Сообщение: Re: Using a function to delete rows
Следующее
От: "Derrick Betts"
Дата:
Сообщение: Foreign key error...