postgres and python

后端 未结 4 1230
-上瘾入骨i
-上瘾入骨i 2021-02-18 16:45

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

4条回答
  •  名媛妹妹
    2021-02-18 17:15

    Postgres uses the ActiveState distros of Python. Most likely, your 2.5 is too outdated and Postgres cant load the plpython dll or didn't install it because there was no suitable python. I think recent postgres is buil6 against Python3 not 2.x. You can look in the postgres lib directory for plpython3.dll to find out what you need.

提交回复
热议问题