Python as a procedural language

Поиск
Список
Период
Сортировка
От andrew@corvus.biomed.brown.edu (Andrew Bosma)
Тема Python as a procedural language
Дата
Msg-id 20010404211534.A13150@corvus.biomed.brown.edu
обсуждение исходный текст
Список pgsql-interfaces
Hi

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 work. The SPI interface
can run execute queries and saved plans.  I'm sure there's a bug or
three still lurking in there.  Installation instructions are in the
tarball.  The only complication is that for python to load its dynamic
modules without unresolved symbols, the flags passed to dlopen need to
be modified.  This means you will have to rebuild postgres.  Is there
any reason why the default dlopen is called without the RTLD_GLOBAL
flag?  (Actually you can build without modifying postgres, but that
requires explicitly linking python loadable modules to the language
module.)

Thanks
Andrew Bosma

-- 





В списке pgsql-interfaces по дате отправления:

Предыдущее
От: liam
Дата:
Сообщение: Re[2]: Macintosh OS 9.1 front end C interface
Следующее
От: Jerry Asher
Дата:
Сообщение: trouble finding the object method driver....