Changes between Version 37 and Version 38 of Download and load RHT


Ignore:
Timestamp:
Nov 4, 2011 11:23:22 AM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download and load RHT

    v37 v38  
    249249ON rht.attributs_rht_fev_2011_vs2 
    250250USING btree (id_drain); 
    251 }}} 
     251 
     252---Intégration d'une colonne géométrique 
     253SELECT AddGeometryColumn ( 'rht','attributs_rht_fev_2011_vs2','the_geom',3035,'MULTILINESTRING',2); 
     254update 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}}}