plpython improvements

From: "Sven Suursoho" <sven(at)spam(dot)pri(dot)ee>
To: pgsql-patches(at)postgresql(dot)org
Subject: plpython improvements
Date: 2006-04-15 14:59:44
Message-ID: op.s7109ur2plgmb3@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

1) named parameters additionally to args[]
2) return composite-types from plpython as dictionary
3) return result-set from plpython as list, iterator or generator

Test script attached (patch-test.sql) but not integrated to plpython
test-suite.

--
Sven Suursoho

Attachment Content-Type Size
patch-test.sql application/octet-stream 263 bytes
functions.sql application/octet-stream 1.8 KB
plpython.patch text/x-patch 11.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-04-15 16:12:53 Re: [PATCH] Reduce noise from tsort
Previous Message Nicolas Barbier 2006-04-15 14:33:52 Re: Documentation patch: change a name in a grammar rule to prevent confusion