How to add multiple same geometry shapefile (such as polygons) into a single table in PostGIS?
For example:
test_1 is a shapefile (polygon)
test_2 is a shapefile (polygon)
test_3 is a shapefile (polygon)
All of them should transfer into a test table.
How?