Changes between Version 12 and Version 13 of BDCarthage2011 into eda2.0_RHT
- Timestamp:
- Sep 27, 2011 5:53:41 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BDCarthage2011 into eda2.0_RHT
v12 v13 102 102 FROM bd_carthage2011.troncon_Bretagne LIMIT 1; 103 103 104 create table rht.rht_bretagne300 as select id_drain, gid, st_buffer(the_geom,300) as the_geom from rht.rht_bretagne; ---12578 ms 105 CREATE INDEX indexrht_bretagne300 ON rht.rht_bretagne300 106 USING GIST ( the_geom GIST_GEOMETRY_OPS ); 107 108 104 109 }}}