| 37 | |
| 38 | REM sauvegarde |
| 39 | cd C:\eda\backup |
| 40 | C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5433 --schema=wrbd -T wrbd.irish_catchments -T wrbd.irish_lakes -T wrbd.irish_water_bodies -T wrbd.outline_of_ireland -T wrbd.wfd_lakesegment_we -T wrbd.wfd_riversegment_we -T wrbd.wfd_riversubbasins_we eda2.0> eda2.0.wrbd.sql |
| 41 | REM restauration, restoring the whole schema preserves indexes and foreign keys |
| 42 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -U postgres -d dbeel -p 5433 -f eda2.0.wrbd.sql |
| 43 | C:\"Program Files"\PostgreSQL\8.4\bin\psql -U postgres -d dbeel -p 5433 -c 'create schema wrbd; alter table fish_fi set schema wrbd;alter table operation_op set schema wrbd;alter table |
| 44 | |