| From: | "Sven Suursoho" <sven(at)spam(dot)pri(dot)ee> |
|---|---|
| To: | "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: plpython improvements |
| Date: | 2006-05-07 09:42:57 |
| Message-ID: | op.s86c9vs0plgmb3@localhost |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Sun, 07 May 2006 12:36:59 +0300, Sven Suursoho <sven(at)spam(dot)pri(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2006-05-07 12:58:49 | Re: plpython improvements |
| Previous Message | Sven Suursoho | 2006-05-07 09:36:59 | Re: plpython improvements |