Changes between Version 10 and Version 11 of Cookbook CCM21_Europe


Ignore:
Timestamp:
Dec 17, 2010 9:45:31 AM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cookbook CCM21_Europe

    v10 v11  
    8080 
    8181 
     82---- Ajout des UGA 
     83insert into europe.wso (wso_id,area) select wso_id,uga from  uga2010.wso 
     84 
     85 
     86 
    8287CREATE INDEX europe_wso_id 
    8388  ON europe.wso 
     
    109114C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump  -U postgres -p 5433 -t geobs2010.obstacle_referenciel_projccm eda2.0> geobs2010.obstacle_referenciel_projccm.sql  
    110115}}} 
    111  
    112 {{{ 
    113 delete from europe.wso where id>=8853 and id <=9600; 
    114 ALTER TABLE europe.wso DROP CONSTRAINT "wso_pkey"; 
    115 insert into europe.wso (wso_id,area) select wso_id,uga from  uga2010.wso 
    116  
    117 }}}