我有一个postgressql数据库,当我使用PostGIS shapefile的插件和DBF加载器在postgres中引入shape文件时,我正在使用它。
我有一个似乎不想被引入数据库的特定文件。这就是ig给我的:
Importing with configuration: ecallotment areas, osmdata, geom, D:\Users\test\work\cadastral shp files\ECAllotment areas.shp, mode=c, dump=1, simple=0, geography=0, index=1, shape=1, srid=0
Shapefile type: Polygon
PostGIS type: MULTIPOLYGON[2]
COPY failed with the following error: ERROR: invalid input syntax for type date: "000-8870"
CONTEXT: COPY ecallotment areas, line 30, column date_stamp: "000-8870"
Shapefile import failed.
我不是百分之百确定为什么它会给我这个错误,因为以相同的方式导入的其他表进入数据库没有任何问题。
细节与数据库中的其他数据几乎相同。
我错过了什么或者我应该改变什么吗?