Changes between Version 35 and Version 36 of BDCarthage2011 into eda2.0_RHT
- Timestamp:
- Oct 7, 2011 4:24:24 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BDCarthage2011 into eda2.0_RHT
v35 v36 185 185 select id_drain from rht.rht_bdcarthage where id_drain not in select id_drain from rht.rht_bdcarthage; --- 186 186 187 ---Changement de buffer 187 ---Changement de buffer (en cours) 188 188 drop table if exists rht.rht_150b; 189 create table rht.rht_150b as select id_drain, gid, st_buffer(the_geom,150,'endcap=flat join=round') as the_geom from rht.rht; ---1 2578ms189 create table rht.rht_150b as select id_drain, gid, st_buffer(the_geom,150,'endcap=flat join=round') as the_geom from rht.rht; ---104717 ms 190 190 191 191 CREATE INDEX indexrht_150b ON rht.rht_150b