PostgreSQL: how to install plpythonu extension

前端 未结 3 1272
走了就别回头了
走了就别回头了 2020-12-31 03:22

I\'m running PostgreSQL 9.3.1 on Ubuntu 12.04.4. I\'d like to use the plpython language extension but I get an error when I try to use it I get:

ERROR: langua

3条回答
  •  猫巷女王i
    2020-12-31 04:00

    for postgres 11.2 (Debian based) I needed to install:

    apt-get update && apt-get install postgresql-plpython3-11
    

提交回复
热议问题