Now that you have a functioning instance of PostGIS, it is time to load some data. We will import the same Natural Earth data configured as shapefiles and turn them into a PostGIS spatial table:
- Before we can load the data in PostGIS, we want to create a repository for them. From the following programs list, select the pgAdmin 4 item:
- The utility called pgAdmin is the standard administration console for PostgreSQL. In the left panel, select your server--there should only be one item in the tree--and double-click on it to connect. Input the password for the postgres user and you will ...