Re: Difference

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Difference
Дата
Msg-id 26727.1136791039@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Difference  ("Minal A. Aryamane" <minalac@yes2etl.com>)
Список pgsql-odbc
"Minal A. Aryamane" <minalac@yes2etl.com> writes:
> Can anyone tell me why the same function tried on POSTGRESQL 7.4 works =
> but does nor work on POSTGRESQL 8.0. Is there any difference in the way =
> POSTGRES handles functions in version 8.0

There are some ... but the code you show would not have worked in *any*
release of PG.  It's certainly missing a BEGIN, and "SET" is not the
syntax for assigning to a local plpgsql variable, and quite a few
semicolons are obviously missing, and you didn't bother to return any
result value.

Could we have an unedited transcription of both the function source code
and the error message, please?

            regards, tom lane

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

Предыдущее
От: "Minal A. Aryamane"
Дата:
Сообщение: Difference
Следующее
От: Ludek Finstrle
Дата:
Сообщение: Re: Output parameter isn't available ???