python as procedural language

From: andrew(at)corvus(dot)biomed(dot)brown(dot)edu (Andrew Bosma)
To: pgsql-hackers(at)postgresql(dot)org
Subject: python as procedural language
Date: 2000-08-19 06:50:24
Message-ID: 20000819025024.A11891@corvus.biomed.brown.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I've coded up a module that implements python as a procedural language
for postgresql. A tarball can be downloaded at

http://users.ids.net/~bosma

If anyone is interested, take a look at it. Comments and suggestions
would be appreciated. Functions and triggers are work. The SPI
interface can run plain queries (SPI_exec), but not plans. I'm sure
there's a bug or three still lurking in there. Unfortunately it
doesn't use the new function interface.

Thanks
Andrew Bosma

--

Browse pgsql-hackers by date

  From Date Subject
Next Message David Lloyd-Jones 2000-08-19 12:05:32 Re: VACUUM optimization ideas.
Previous Message Tom Lane 2000-08-19 05:39:04 Re: configure CXX bug