back to first page[..][[BR]] back to ["RHT"][[BR]] = Integrating schema in eda2.0 into eda2.0_RHT = Schema to integrate : uga2010, bd_map, ecoregion2003, clc, european_wise2008, france, geobs2011 (voir avec Cédric), rnabe, tidal, rbd_f1v3 {{{ d: cd D:\CelineJouanin\export_schema C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5432 --schema=bd_map eda2.0> bd_map.sql C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5432 --schema=uga2010 eda2.0> uga2010.sql C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5432 --schema=ecoregion2003 eda2.0> ecoregion2003.sql C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5432 --schema=european_wise2008 eda2.0> european_wise2008.sql C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5432 --schema=france eda2.0> france.sql C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5432 --schema=tidal eda2.0> tidal.sql C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5432 --schema=rbd_f1v3 eda2.0> rbd_f1v3.sql C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f bd_map.sql C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f uga2010.sql C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f ecoregion2003.sql C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f european_wise2008.sql C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f france.sql C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f tidal.sql C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f rbd_f1v3.sql }}}