pl/pythonu - return values

Поиск
Список
Период
Сортировка
От Kelly Burkhart
Тема pl/pythonu - return values
Дата
Msg-id 1129748586.9370.44.camel@krb06.tradebot.com
обсуждение исходный текст
Ответы Re: pl/pythonu - return values  ("Joshua D. Drake" <jd@commandprompt.com>)
Список 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 по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: [GENERAL] binary timestamp conversion
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: pl/pythonu - return values