Changes between Version 34 and Version 35 of Download and load RHT


Ignore:
Timestamp:
Oct 25, 2011 2:42:08 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download and load RHT

    v34 v35  
    3434  USING GIST ( the_geom GIST_GEOMETRY_OPS ); 
    3535 
     36DROP INDEX IF EXISTS rht.indexrht2; 
     37CREATE INDEX indexrht2 
     38ON rht.rht 
     39USING btree (id_drain); 
    3640}}} 
    3741 
     
    246250ON rht.attributs_rht_fev_2011_vs2 
    247251USING btree (id_drain); 
    248  
    249 DROP INDEX IF EXISTS rht.indexrht; 
    250 CREATE INDEX indexrht 
    251 ON rht.rht 
    252 USING btree (id_drain); 
    253 }}} 
     252}}}