PostgreSQL error when trying to create an extension

后端 未结 15 923

ERROR: could not open extension control file \"/usr/share/postgresql/9.1/extension/postgis.control\": No such file or directory

Is what I get when I tr

15条回答
  •  攒了一身酷
    2020-12-23 20:18

    Make sure that you have installed this

    sudo apt-get install postgresql-9.3-postgis
    

    I was facing same issue due to missing this package.

提交回复
热议问题