In postgres 9.2 I am trying to create a python program that can be a trigger. I want to run an external program (an exe on the local disk) so I am using python to run it. Whe
I'm installed python 3.2(x64) y postgres 9.3 (x64)
Execute this code CREATE EXTENSION plpython3u
CREATE EXTENSION plpython3u
Do not forget to check the "installation-note.html" your version of postgresSQL there are specific python version for your postgresSQL