Re: plpython improvements - Mailing list pgsql-patches

From Sven Suursoho
Subject Re: plpython improvements
Date
Msg-id op.s86c9vs0plgmb3@localhost
Whole thread Raw
In response to Re: plpython improvements  ("Sven Suursoho" <sven@spam.pri.ee>)
List pgsql-patches
Sun, 07 May 2006 12:36:59 +0300, Sven Suursoho <sven@spam.pri.ee>:

> Btw, we developed returning compose types further. Basically did same as
> for SETOF functions -- allow to return any Python object that conforms
> to mapping protocol. Currently only dict as previously, though. But
> still, ready for new fancy unforeseen Python features without
> recompiling PG.
> Additionally, now it is possible to return compose types as Python
> tuples.

Sorry, not just Python tuples but actually any object conforming to
sequence protocol (tuple, list etc)


--
Sven Suursoho

pgsql-patches by date:

Previous
From: "Sven Suursoho"
Date:
Subject: Re: plpython improvements
Next
From: Bruce Momjian
Date:
Subject: Re: plpython improvements