Changes between Version 94 and Version 95 of CookBook join ROE_CCM
- Timestamp:
- Aug 4, 2010 11:04:50 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join ROE_CCM
v94 v95 15 15 REM==================================== 16 16 REM Pour Céline 17 CD D:\Celine 17 CD D:\CelineJouanin\ROE 18 18 C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -n geobs2010 ROE> roe_schema.sql 19 19 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -p 5432 -U postgres -f roe_schema.sql … … 81 81 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5433 -f departement.sql 82 82 REM Céline ======================= 83 CD D:\Celine 83 CD D:\CelineJouanin\france 84 84 C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 3035 -I DEPARTEMENT_3035 france.departement> departement.sql 85 85 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5432 -c "DROP schema if exists france"