[Python-Dev] Using Cython for developing a module to be used from postgreSQL/pl/python

Ben Finney ben+python at benfinney.id.au
Sat Mar 31 15:44:13 CEST 2012


Hannu Krosing <hannu at krosing.net> writes:

> Has anyone used Cython for developing a module to be used from
> postgreSQL/pl/python.
>
> Something that calls back to PostgreSQL internals.

Are you aware that PostgreSQL has long provided Python as a language for
writing stored procedures in the database?

    <URL:http://www.postgresql.org/docs/current/static/plpython.html>

Does that meet your needs?

-- 
 \      “You've got to think about big things while you're doing small |
  `\              things, so that all the small things go in the right |
_o__)                                       direction.” —Alvin Toffler |
Ben Finney



More information about the Python-Dev mailing list