plpython improvements

Поиск
Список
Период
Сортировка
От Sven Suursoho
Тема plpython improvements
Дата
Msg-id 1155316230.44dcba0692a82@webmail.elion.ee
обсуждение исходный текст
Список pgsql-patches
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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: "korryd@enterprisedb.com"
Дата:
Сообщение: PL instrumentation plugin and Rendezvous variable support - version 2
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: better support of out parameters in plperl