Changes between Initial Version and Version 1 of Ticket #84, comment 7


Ignore:
Timestamp:
May 30, 2018 6:14:34 PM (7 years ago)
Author:
cedric
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #84, comment 7

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