python as procedural language - Mailing list pgsql-hackers

From andrew@corvus.biomed.brown.edu (Andrew Bosma)
Subject python as procedural language
Date
Msg-id 20000819025024.A11891@corvus.biomed.brown.edu
Whole thread Raw
List 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

-- 




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: configure CXX bug
Next
From: Peter Eisentraut
Date:
Subject: Re: Re: [GENERAL] +/- Inf for float8's