pl/pythonu - return values - Mailing list pgsql-interfaces

From Kelly Burkhart
Subject pl/pythonu - return values
Date
Msg-id 1129748586.9370.44.camel@krb06.tradebot.com
Whole thread Raw
Responses Re: pl/pythonu - return values
List pgsql-interfaces
Can pl/pythonu procedures return anything other than a string?

I have some python code which communicates to another process and can
either return sensible results or some kind of error.  I was hoping to
return something like:

create type rval_t as (status integer, status_txt text, result text);

Is something like this possible?



pgsql-interfaces by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: [GENERAL] binary timestamp conversion
Next
From: "Joshua D. Drake"
Date:
Subject: Re: pl/pythonu - return values