Changes between Version 10 and Version 11 of Cookbook CCM21_Europe
- Timestamp:
- Dec 17, 2010 9:45:31 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cookbook CCM21_Europe
v10 v11 80 80 81 81 82 ---- Ajout des UGA 83 insert into europe.wso (wso_id,area) select wso_id,uga from uga2010.wso 84 85 86 82 87 CREATE INDEX europe_wso_id 83 88 ON europe.wso … … 109 114 C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump -U postgres -p 5433 -t geobs2010.obstacle_referenciel_projccm eda2.0> geobs2010.obstacle_referenciel_projccm.sql 110 115 }}} 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.wso116 117 }}}