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