OSDN Git Service

Table function support for PL/Python
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 26 Feb 2011 14:53:11 +0000 (16:53 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 26 Feb 2011 14:53:11 +0000 (16:53 +0200)
commitbc411f25c14f65b459de5dbc96ac79e7741ef9ee
tree5738e51994019a342501a111aad64fe369664405
parent772dcfe7c0b3c678c8aef11de2bf8a52150a56f1
Table function support for PL/Python

This allows functions with multiple OUT parameters returning both one
or multiple records (RECORD or SETOF RECORD).

Jan Urbański, reviewed by Hitoshi Harada
doc/src/sgml/plpython.sgml
src/pl/plpython/Makefile
src/pl/plpython/expected/plpython_composite.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_record.out
src/pl/plpython/expected/plpython_trigger.out
src/pl/plpython/plpython.c
src/pl/plpython/sql/plpython_composite.sql [new file with mode: 0644]
src/pl/plpython/sql/plpython_record.sql
src/pl/plpython/sql/plpython_trigger.sql