Re: Hello PL/Python
alex@pilosoft.com
From: Alex Pilosov <alex@pilosoft.com>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2000-07-27T03:54:33Z
Lists: pgsql-hackers
On Wed, 26 Jul 2000, Bruce Momjian wrote: > > > handlers were done a couple months ago. > > > > PL/pgSQL (what you did) and PL/Tcl (done lately) are > > converted to the new FMGR NULL-capabilities. > > > > Dunno about PL/Perl. > > I don't think anyone knows about PL/Perl. :-) (It is broken on many > platforms.) I believe that plperl failures are related to building perl as a shared library which isn't done in many platforms. PL/Perl by itself seems pretty darn stable to me. Now, when PL/Perl will have some sort of SPI interface...That'd rock ;) My idea was to implement SPI as a DBD driver, such as DBD::PgSPI, but I don't have time to implement it... -alex