Changes between Version 11 and Version 12 of UsersWikiPostGIS21UbuntuPGSQL93Apt


Ignore:
Timestamp:
Feb 1, 2015, 10:48:06 AM (9 years ago)
Author:
mapbaker
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS21UbuntuPGSQL93Apt

    v11 v12  
    11The [http://wiki.postgresql.org/wiki/Apt PostgreSQL Apt Repository] now hosts installs of PostGIS, in addition to Postgresql and PGAdmin3.
    22
    3 The following describes how to install Postgresql 9.3, PostGIS 2.1, PGAdmin 1.18.1 and shp2pgsql-gui on Ubuntu versions 12.04 and 14.04.1
     3The following describes how to install Postgresql 9.4, PostGIS 2.1, PGAdmin 1.20 and shp2pgsql-gui on Ubuntu versions 12.04 and 14.04.1
    44
    55Run these in terminal:
     
    3636
    3737== Install ==
    38 The following will install postgresql 9.3, PostGIS, PGAdmin3, and additional supplied modules including '''adminpack'''
     38The following will install postgresql 9.4, PostGIS, PGAdmin3, and additional supplied modules including '''adminpack'''
    3939
    4040{{{
    41 sudo apt-get install postgresql-9.3 pgadmin3 postgresql-contrib
     41sudo apt-get install postgresql-9.4 pgadmin3 postgresql-contrib
    4242}}}
    4343
     
    4545
    4646{{{
    47 sudo apt-get install postgresql-9.3-postgis pgadmin3 postgresql-contrib
     47sudo apt-get install postgresql-9.4-postgis pgadmin3 postgresql-contrib
    4848}}}
    4949
     
    5151
    5252{{{
    53 sudo apt-get install postgresql-9.3-postgis-2.1 pgadmin3 postgresql-contrib
     53sudo apt-get install postgresql-9.4-postgis-2.1 pgadmin3 postgresql-contrib
    5454}}}
    5555