Changes between Version 1 and Version 2 of Integrate schema into eda2.0_RHT


Ignore:
Timestamp:
Sep 14, 2011 2:02:57 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Integrate schema into eda2.0_RHT

    v1 v2  
    44= Integrating schema in eda2.0 into eda2.0_RHT = 
    55Schema to integrate : uga2010, bd_map, ecoregion2003, clc, european_wise2008, france, geobs2011 (voir avec Cédric), rnabe, tidal, rbd_f1v3 
     6 
     7{{{ 
     8d: 
     9cd D:\CelineJouanin\export_schema 
     10C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump  -U postgres -p 5432 --schema=bd_map eda2.0> bd_map.sql 
     11C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump  -U postgres -p 5432 --schema=uga2010 eda2.0> uga2010.sql 
     12C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump  -U postgres -p 5432 --schema=ecoregion2003 eda2.0> ecoregion2003.sql 
     13C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump  -U postgres -p 5432 --schema=european_wise2008 eda2.0> european_wise2008.sql 
     14C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump  -U postgres -p 5432 --schema=france eda2.0> france.sql 
     15C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump  -U postgres -p 5432 --schema=tidal eda2.0> tidal.sql 
     16C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump  -U postgres -p 5432 --schema=rbd_f1v3 eda2.0> rbd_f1v3.sql 
     17 
     18C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f bd_map.sql  
     19C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f uga2010.sql  
     20C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f ecoregion2003.sql  
     21C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f european_wise2008.sql  
     22C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f france.sql  
     23C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f tidal.sql  
     24C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f rbd_f1v3.sql  
     25}}}