Changes between Version 120 and Version 121 of CookBook join BDMAP_CCM


Ignore:
Timestamp:
Sep 1, 2010 5:22:07 PM (15 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM

    v120 v121  
    212212C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -U postgres -c "ALTER TABLE stationsp2 set schema bd_map" 
    213213REM Céline ======================= 
    214 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5432 -U postgres-f stationsp2.sql 
     214C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5432 -U postgres -f stationsp2.sql 
    215215C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5432 -U postgres -c "drop schema bd_map CASCADE" 
    216216C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5432 -U postgres -c "create schema bd_map"