plpythonu and return void - Mailing list pgsql-general

From Adrian Klaver
Subject plpythonu and return void
Date
Msg-id 200508081939.07916.aklaver@comcast.net
Whole thread Raw
Responses Re: plpythonu and return void  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Yudie Pg
Date:
Subject: Re: How to join function with a table?
Next
From: Tom Lane
Date:
Subject: Re: plpythonu and return void