Re: BUGs for function returning a SETOF values on linux postgres 8.0.4, the same function runs correctly on win postgres 8.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUGs for function returning a SETOF values on linux postgres 8.0.4, the same function runs correctly on win postgres 8.1
Дата
Msg-id 12248.1133458029@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUGs for function returning a SETOF values on linux postgres 8.0.4, the same function runs correctly on win postgres 8.1  ("Susan Fu" <susan.fu@vericept.com>)
Список pgsql-bugs
"Susan Fu" <susan.fu@vericept.com> writes:
> Failed to execute SQL : SQL select * from tt();  failed : ERROR: control =
> reached end of function without RETURN CONTEXT: PL/pgSQL function "tt"

This is not a bug.  8.0 requires a RETURN in all cases.  8.1 is laxer
about it.

            regards, tom lane

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

Предыдущее
От: "Farid Z"
Дата:
Сообщение: BUG #2081: ODBC numeric(12,6) SQL_C_CHAR clobbered data
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: BUGs for function returning a SETOF values on linux postgres 8.0.4, the same function runs correctly on win postgres 8.1