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
To resolve this for plpython3, it was necessary to:
CREATE LANGUAGE plpython3u
Update: I've written a much better explanation here: https://stackoverflow.com/a/24218449/398670