I am trying to import in one single table different shapefiles using the command:
shp2pgsql -D -s 4326 -c my_shapes_table -I *.shp > my_shapes_table.sql
I have tried different combinations of the parameters but what I got are always multiple tables with the name of each single file. Any idea how to get one single table only that imports all the files?