安装好Postgresql 和postGIS后,使用postgis导入shp文件出错,

mode=c, dump=1, simple=0, geography=0, index=1, shape=1, srid=0 Shapefile type: Arc PostGIS type: MULTILINESTRING[2] Shapefile import failed.

POSTGIS导入shp文件出错,

 

 

 

因为没有把对应的postgis 扩展导入到 postgresql 对应的数据库中,首先查看对应的数据库扩展中是否有postgis。没有的话,使用创建语句在对应的库中创建扩展。

POSTGIS导入shp文件出错,

 

 

 

POSTGIS导入shp文件出错,

 

相关文章:

  • 2022-12-23
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-09
  • 2022-02-27
  • 2022-12-23
  • 2021-04-11
  • 2021-12-03
  • 2021-08-05
相关资源
相似解决方案