Changes between Version 8 and Version 9 of UsersWikiPostGIS21UbuntuPGSQL93Apt


Ignore:
Timestamp:
Aug 8, 2014, 4:14:16 PM (10 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS21UbuntuPGSQL93Apt

    v8 v9  
    129129Right-click the extensions node, and click {{{new extension}}}
    130130
    131 Enable the '''postgis''' extension, as well as '''postgis_topology'''
     131Enable the '''postgis''' extension, as well as '''postgis_topology''', and ```postgis_tiger_geocoder```
     132
     133Alternatively from psql console you can do
     134
     135{{{
     136CREATE EXTENSION postgis;
     137CREATE EXTENSION postgis_topology;
     138CREATE EXTENSION postgis_tiger_geocoder;
     139}}}
     140
    132141
    133142== Import SHP files using shp2pgsql-gui ==