Changes between Version 13 and Version 14 of Model Results Basque river basins


Ignore:
Timestamp:
Jun 13, 2012 5:23:29 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Model Results Basque river basins

    v13 v14  
    115115}}} 
    116116 
     117= How to save the schema basque_emp = 
     118{{{ 
     119#!sql 
     120cd C:\workspace_Aizko\ 
     121C:\"Archivos de programa"\PostgreSQL\8.4\bin\pg_dump  -U postgres -p 5432 --schema basque_emp --verbose eda2.0> eda2_basque_emp.sql 
     122}}} 
     123 
     124= How to save the table = 
     125{{{ 
     126#!sql 
     127cd C:\workspace_Aizko\ 
     128C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump  -U postgres -p 5432 -t basque_emp.results_basquebasins_13jun2012 eda2.0> results_basquebasins_13jun2012.sql 
     129}}} 
    117130 
    118131 
     
    120133 
    121134 
    122