Shapefiles are a standard file format for moving geographic data around. If you're using PostGIS, then you can use shp2pgsql to convert a shapefile into the SQL statements needed to reproduce that shapefile in your PostgreSQL database table.
However PostGIS differentiates between a POLYGON and MULITPOLYGON (which is a ...
read moreThere are comments.