我在 ubuntu 上安装了 Postgresql 9.3 服务器,但是
create extension plpythonu
失败并出现错误:
ERROR: could not open extension control file "/usr/share/postgresql/9.1/extension/plpythonu.control": No such file or directory
SQL 状态:58P01
使用 ubuntu 包管理系统安装 Postgresql
sudo apt-get install ...
的输出
SELECT * FROM pg_language;
是
internal, c, sql, plpgsql
如何扩展 postgresql 以便我可以使用 python ?