shp2pgsql -W 'GBK' -s 4326 -I shp文件名 schema.表名 > sql文件 psql -f sql文件 -h [host] -d [database] -U postgres