Changes between Version 35 and Version 36 of BDCarthage2011 into eda2.0_RHT


Ignore:
Timestamp:
Oct 7, 2011 4:24:24 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BDCarthage2011 into eda2.0_RHT

    v35 v36  
    185185select id_drain from rht.rht_bdcarthage where id_drain not in select id_drain from rht.rht_bdcarthage;  --- 
    186186 
    187 ---Changement de buffer 
     187---Changement de buffer  (en cours) 
    188188drop 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;   ---12578 ms 
     189create 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 
    190190 
    191191CREATE INDEX indexrht_150b ON rht.rht_150b