| 8 | |
| 9 | pb with perl |
| 10 | saving from localhost cedric |
| 11 | |
| 12 | {{{#!sh |
| 13 | pg_dump -U postgres -h localhost -W --schema anglian --schema oria --schema belge --schema ireland -f "other1.sql" eda2.0 |
| 14 | pg_dump -U postgres -h localhost -W --schema bd_map --schema dmeer2003 --schema ecoregion2003 --schema europe -f "other2.sql" eda2.0 |
| 15 | pg_dump -U postgres -h localhost -W --schema european_wise2008 -f "european_wise2008.sql" eda2.0 |
| 16 | pg_dump -U postgres -h localhost -W --schema dbeel_nomenclature --schema dbeel -f "dbeel.all.sql" eda2.0 |
| 17 | |
| 18 | psql -U postgres -h localhost -f "other1.sql" eda2.0 |
| 19 | psql -U postgres -h localhost -f "other2.sql" eda2.0 |
| 20 | psql -U postgres -h localhost eda2.0 |
| 21 | psql -U postgres -h localhost eda2.0 |
| 22 | }}} |