Changes between Version 94 and Version 95 of CookBook join ROE_CCM


Ignore:
Timestamp:
Aug 4, 2010 11:04:50 AM (15 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join ROE_CCM

    v94 v95  
    1515REM==================================== 
    1616REM Pour Céline 
    17 CD D:\Celine Jouanin\ROE 
     17CD D:\CelineJouanin\ROE 
    1818C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres  -n geobs2010 ROE> roe_schema.sql 
    1919C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -p 5432 -U postgres -f roe_schema.sql 
     
    8181C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5433 -f departement.sql 
    8282REM Céline ======================= 
    83 CD D:\Celine Jouanin\france 
     83CD D:\CelineJouanin\france 
    8484C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 3035 -I DEPARTEMENT_3035 france.departement> departement.sql 
    8585C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5432 -c "DROP schema if exists france"