> Importing with configuration: municipios, public, geom, > C:\Users\Jonnathann\Desktop\Shapefiles\Municipios, mode=c, dump=1, > simple=0, geography=0, index=1, shape=1, srid=0 > Unable to convert field name to UTF-8 (iconv reports "Invalid > argument"). Current encoding is "UTF-8". Try "LATIN1" (Western > European), or one of the values described at > http://www.gnu.org/software/libiconv/. > Shapefile import failed.
Se estas a usar shp2pgsql utiliza o parâmetro '-W' para indicar a codificação do shapefile. Se tens o shapefile en latin1, deveria ser '-W iso-8859-1'. _______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
