I have a regular postgres database with lots of geocoded data. These are just two columns, like latitude and longitude.
I want to convert this database to PostGIs database. Can someone suggest me a way to convert a database? I do not want to create a new database based on postgis tempalte, and then move all the data one by one.
database postgresql postgis
Ibtesam Hussain Sharif
source share