Top "Plpython" questions

Questions about PostgreSQL's PL/Python procedural language.

postgres and python

In postgres 9.2 I am trying to create a python program that can be a trigger. I want to run an …

python postgresql plpython
How to install PL/Python on PostgreSQL 9.3 x64 Windows 7?

I have tried to install the PL/Python v2.x language inside PostgreSQL on my database running the query: CREATE …

python postgresql windows-7-x64 postgresql-9.3 plpython
How to install 3rd party module for postgres pl/python?

I need to import a 3rd party module inside my pl/python function. It seems pl/python uses an internal …

postgresql plpython