Re: BUG #2108: Function with OUT parameters not recognized, using plpgsql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2108: Function with OUT parameters not recognized, using plpgsql
Дата
Msg-id 2171.1134401646@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2108: Function with OUT parameters not recognized, using plpgsql  ("Tony" <tony@vectorsalad.com>)
Список pgsql-bugs
"Tony" <tony@vectorsalad.com> writes:
> Defined a function with OUT paramter.  Attempts to call it fail as the
> function can not be found.

Apparently, you don't understand how OUT parameters work either :-(
Perhaps the examples here will help:
http://www.postgresql.org/docs/8.1/static/xfunc-sql.html#XFUNC-OUTPUT-PARAMETERS

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2107: Function INOUT parameter not returned to caller, causes plpgsql malfunctions
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #2108: Function with OUT parameters not recognized, using plpgsql