Changes between Version 92 and Version 93 of CookBook join BDMAP_CCM
- Timestamp:
- Apr 2, 2010 10:04:30 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join BDMAP_CCM
v92 v93 173 173 REM Cédric ======================= 174 174 C:\"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"175 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -U postgres -c "create schema bd_map" 176 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -U postgres -c "ALTER TABLE stationsp2 set schema bd_map" 177 177 REM Céline ======================= 178 178 C:\"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"179 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5432 -U postgres -c "create schema bd_map" 180 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5432 -U postgres -c "ALTER TABLE stationsp2 set schema bd_map" 181 181 }}} 182 182 Don't forget to change the port into 5432 (celine)