You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

For eloborate instructions, see here
Open pgAdmin

  • rightclick Databases, select add database
    • add a name
  • select new database in object browser
    • press sql button in toolbar
    • Execute the following statement:
       CREATE EXTENSION postgis; 
  • No labels