Changes between Version 59 and Version 60 of CookBook join ROE_CCM
- Timestamp:
- Apr 16, 2010 2:18:00 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join ROE_CCM
v59 v60 6 6 == Putting geobs into the CCM == 7 7 Initially, the database was located in another table, below we just copy the table shema roe into the eda2.0 database 8 9 I have change the name geobs into geobs2010 with the new version of the ROE. 8 10 {{{ 9 11 REM pour Cédric … … 14 16 REM Pour Céline 15 17 CD D:\Celine Jouanin\ROE 16 C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -n geobs ROE> roe_schema.sql18 C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -n geobs2010 ROE> roe_schema.sql 17 19 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -p 5432 -U postgres -f roe_schema.sql 18 20 }}}