Changes between Version 2 and Version 3 of CookBook EpA


Ignore:
Timestamp:
Mar 30, 2010 1:52:01 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook EpA

    v2 v3  
    33 
    44= Adding the shape files to the database = 
     5Creating sql file 
     6{{{ 
     7CD C:\Documents and Settings\cedric\Mes documents\Migrateur\eda\peche_electrique_bretagne\Cédric_Stations IA ANG\Cédric_Stations IA ANG 
     8C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 2154 Sta_IA_ANG_Bret_L93_CB ia.iabret > ia.sql 
     9}}} 
     10using psql to load the file 
     11{{{ 
     12C:\"Program Files"\PostgreSQL\8.4\bin\psql -d ccm21_eda -h localhost -U postgres -p 5433 -f ia.sql  
     13}}}