plpythonu and return void

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема plpythonu and return void
Дата
Msg-id 200508081939.07916.aklaver@comcast.net
обсуждение исходный текст
Ответы Re: plpythonu and return void  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I recently migrated a database from Postgres 7.4.1 to Postgres 8.03. The only
problem I have run into is that a plpythonu function that returns void will
not run under 8.03. The error message states that a plpython function cannot
return void. I got around it by having it return text and not actually
returning anything. I have searched for an explanation and can't seem to
locate one. Obviously I have missed something I just don't know what? Any
suggestions would be appreciated.
--
Adrian Klaver
aklaver@comcast.net

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

Предыдущее
От: Yudie Pg
Дата:
Сообщение: Re: How to join function with a table?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: plpythonu and return void