| 6 | |
| 7 | {{{ |
| 8 | d: |
| 9 | cd D:\CelineJouanin\export_schema |
| 10 | C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5432 --schema=bd_map eda2.0> bd_map.sql |
| 11 | C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5432 --schema=uga2010 eda2.0> uga2010.sql |
| 12 | C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5432 --schema=ecoregion2003 eda2.0> ecoregion2003.sql |
| 13 | C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5432 --schema=european_wise2008 eda2.0> european_wise2008.sql |
| 14 | C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5432 --schema=france eda2.0> france.sql |
| 15 | C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5432 --schema=tidal eda2.0> tidal.sql |
| 16 | C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5432 --schema=rbd_f1v3 eda2.0> rbd_f1v3.sql |
| 17 | |
| 18 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f bd_map.sql |
| 19 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f uga2010.sql |
| 20 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f ecoregion2003.sql |
| 21 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f european_wise2008.sql |
| 22 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f france.sql |
| 23 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f tidal.sql |
| 24 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f rbd_f1v3.sql |
| 25 | }}} |