I'm importing shapefiles to Postgresql with the shp2pgsql command line tool. shp2pgsql -s 3035 -W "latin1" foo.shp | psqlShould I do some table (SQL) tweaks after that? Or is the import fine after that? أكثر...