我安装了以下软件包:
sudo apt-get install postgresql-plpython-8.4但在使用时:
user=# create language plpythonu;引发错误:
ERROR: could not access file "$libdir/plpython2": No such file or directory我在这里错过了什么?
发布于 2015-08-24 17:15:32
我使用psql 9.1并安装PostgreSQLplpython-8.4。应该运行这个程序:
sudo apt-get install postgresql-plpython-9.1https://stackoverflow.com/questions/32163847
复制相似问题