PostGIS: Is there any visualization window?

postgis, postgresql, visualization

Solution

I am not aware of such a tool. postgis is just an extension of postgresql; basically it manages data.

I would recommend you to use QGIS (it is a open source GIS visualisation software).

- Download QGIS from https://www.qgis.org/

- GO to the pluggin manager and install the Database connection manager

- Go to Layer/Add postgis layer

- Configure a connection to your existing postgis database

- Choose the table you want to import.

(in fact any GIS visualization software should do the trick, but QGIS is free ;)

Problem

I'm new user of PostGIS and PostgreSQL to ask, if there is window for visualization of data, similar to MS SQL or Oracle? If yes, where?

Original source