Re: plpython return setof and yield

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: plpython return setof and yield
Дата
Msg-id 1790671346.877811250533422271.JavaMail.root@sz0030a.emeryville.ca.mail.comcast.net
обсуждение исходный текст
Ответ на Re: plpython return setof and yield  (Nuno Mota <nmota@net-bo.com>)
Ответы Re: plpython return setof and yield
Список pgsql-general

----- "Nuno Mota" <nmota@net-bo.com> wrote:

> Thank you very much,
>
> Can i ask one more question ?
>
> How do I declare the correct result set to return, this in first
> example code, is it possible ?
>
> Thank you again,
> Nuno Mota
>
>

From here:
http://www.postgresql.org/docs/8.3/interactive/plpython-funcs.html

"The result is returned from the Python code in the usual way, with return or yield (in case of a result-set
statement)." 


Adrian Klaver
aklaver@comcast.net

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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: ERROR: attempted to delete invisible tuple
Следующее
От: Bryan Murphy
Дата:
Сообщение: Re: ERROR: attempted to delete invisible tuple