Changes between Version 37 and Version 38 of Download and load RHT
- Timestamp:
- Nov 4, 2011 11:23:22 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download and load RHT
v37 v38 249 249 ON rht.attributs_rht_fev_2011_vs2 250 250 USING btree (id_drain); 251 }}} 251 252 ---Intégration d'une colonne géométrique 253 SELECT AddGeometryColumn ( 'rht','attributs_rht_fev_2011_vs2','the_geom',3035,'MULTILINESTRING',2); 254 update rht.attributs_rht_fev_2011_vs2 set the_geom=rht.the_geom from rht.rht 255 where rht.id_drain=attributs_rht_fev_2011_vs2.id_drain; 256 }}}