Changes between Version 2 and Version 3 of UsersWikiPostGIS20Debian60src


Ignore:
Timestamp:
03/26/12 05:02:14 (13 years ago)
Author:
Mike Taves
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS20Debian60src

    v2 v3  
    5454}}}
    5555
     56Lastly, enable the command-line tools to work from your shell:
     57{{{
     58sudo ln -sf /usr/share/postgresql-common/pg_wrapper /usr/local/bin/shp2pgsql
     59sudo ln -sf /usr/share/postgresql-common/pg_wrapper /usr/local/bin/pgsql2shp
     60sudo ln -sf /usr/share/postgresql-common/pg_wrapper /usr/local/bin/raster2pgsql
     61}}}
     62
    5663== Template ==
    5764Complete a post-install by creating a template, which can be re-used for creating multiple spatially-enabled databases. Or if you just want to make one spatially enabled database, you can modify the commands for your needs.