Re: Hello PL/Python
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Hannu Krosing <hannu@tm.ee>
Cc: Karel Zak <zakkr@zf.jcu.cz>, pgsql-hackers <pgsql-hackers@postgresql.org>, vello@pyystel.ee
Date: 2000-07-20T14:58:43Z
Lists: pgsql-hackers
Hannu Krosing <hannu@tm.ee> writes: > There is a semi-complete implementation (i.e. no trigger procedures) > by Vello Kadarpik (vello@pyystel.ee). > He is probably waiting for fmgr redesign or somesuch to complete before > releasing it. fmgr redesign is done as far as PL language handlers need be concerned. I still have to turn the crank on converting individual old-style functions to new-style (about half of the builtin functions are done so far ... man, we have got a lot of them ...). But PL and trigger handlers were done a couple months ago. regards, tom lane