Hello,
As previous patch seems to be forgotten I send it again, updated against
current
HEAD.
Summary of changes:
* return SETOF as Python's sequence types (tuple, list) or using iterator
or
generator
* return composite types as sequence (tuple, list), mapping (dict) or class
(actually any object providing method __getattr__)
* named procedure arguments
Regression tests are also updated to include testing of new features and
existing tests to use named procedure parameters.
--
Sven Suursoho