Changes between Version 12 and Version 13 of UsersWikiPostGIS21UbuntuPGSQL93Apt


Ignore:
Timestamp:
Feb 9, 2015, 4:10:36 AM (9 years ago)
Author:
eschipul
Comment:

Fixed a typo on pgRouting package version from 9.3 to 9.4 and added required fuzzystrmatch extension - EGS

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS21UbuntuPGSQL93Apt

    v12 v13  
    6161sudo apt-get update
    6262# Install pgRouting package (for Ubuntu 14.04)
    63 sudo apt-get install postgresql-9.3-pgrouting
     63sudo apt-get install postgresql-9.4-pgrouting
    6464
    6565}}}
     
    144144CREATE EXTENSION postgis;
    145145CREATE EXTENSION postgis_topology;
     146CREATE EXTENSION fuzzystrmatch;
    146147CREATE EXTENSION postgis_tiger_geocoder;
    147148}}}