Shapefile Import Failed
Using PostGIS Shapefile Import/Export Manager
to import shapefile
into database, but it failed.
1 | ============================== |
Because the database is not a geo database.
1 | CREATE EXTENSION postgis; |
If get the ERROR:
1 | ERROR: no schema has been selected to create in |
excute:
1 | CREATE SCHEMA public; |