Changes between Version 11 and Version 12 of GPSphotos


Ignore:
Timestamp:
09/26/16 23:25:34 (8 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GPSphotos

    v11 v12  
    5252psql mapserver
    5353> alter user mapserver with password <password>
    54 
    55 psql -f /usr/share/postgresql/9.1/contrib/postgis-1.5/postgis.sql -d mapserver
    56 psql -f /usr/share/postgresql/9.1/contrib/postgis-1.5/spatial_ref_sys.sql -d mapserver
    57 psql -f /usr/share/postgresql/9.1/contrib/postgis_comments.sql -d mapserver
     54> CREATE EXTENSION postgis;
     55> CREATE EXTENSION postgis_topology;
     56> CREATE EXTENSION ogr_fdw;
     57}}}
     58To verify the install do:
     59{{{
     60SELECT postgis_full_version();
    5861}}}
    5962== Useful tools ==