Changes between Version 92 and Version 93 of CookBook join BDMAP_CCM


Ignore:
Timestamp:
Apr 2, 2010 10:04:30 AM (15 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM

    v92 v93  
    173173REM Cédric ======================= 
    174174C:\"Program Files"\PostgreSQL\8.4\bin\psql -d ccm21_eda -p 5433 -U postgres -f stationsp2.sql 
    175 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d ccm21_eda -p 5433 -U postgres -c "create schema bd_map" 
    176 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d ccm21_eda -p 5433 -U postgres -c "ALTER TABLE stationsp2 set schema bd_map" 
     175C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -U postgres -c "create schema bd_map" 
     176C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -U postgres -c "ALTER TABLE stationsp2 set schema bd_map" 
    177177REM Céline ======================= 
    178178C:\"Program Files"\PostgreSQL\8.4\bin\psql -d ccm21_eda -p 5432 -U postgres -f stationsp2.sql 
    179 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d ccm21_eda -p 5432 -U postgres -c "create schema bd_map" 
    180 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d ccm21_eda -p 5432 -U postgres -c "ALTER TABLE stationsp2 set schema bd_map" 
     179C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5432 -U postgres -c "create schema bd_map" 
     180C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5432 -U postgres -c "ALTER TABLE stationsp2 set schema bd_map" 
    181181}}} 
    182182Don't forget to change the port into 5432 (celine)