Re: plpython sets

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Matteo Bertini <matteo(at)naufraghi(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: plpython sets
Date: 2006-07-17 20:54:46
Message-ID: 44BBF916.9010102@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Matteo Bertini wrote:
> Hello all,
> I'm working with pl/python and I'd like to use the set returning
> function feature.
>
> I'm not working in a debug python, so the iterator bug is not a problem me.
>
> Can someone point me to some plpython.c "setof" enabled sources?
>
> Hint to build them in an ubuntu dapper environment are welcome too :-P !
>
> Thanks a lot every developer involved in postgres!
> PL/setyourlanguagehere is fantastic!

http://python.projects.postgresql.org/

This works very well for me - although it needs some more
finish (docs and so on) maybe if more people using it
it can get better.

SRF - even lazy ones (e.g. generators) work nicely there.

Regards
Tino Wildenhain

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2006-07-17 20:59:51 Re: Proposed patch for contrib/cube
Previous Message Joshua Reich 2006-07-17 20:33:26 Re: Proposed patch for contrib/cube