Changes between Version 43 and Version 44 of Help for Celine


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Help for Celine

    v43 v44  
    8181}}} 
    8282 
     83 * Intégration d'une colonne géométrique 
     84{{{ 
     85SELECT AddGeometryColumn ( 'rht','attributs_rht_fev_2011_vs2','the_geom',3035,'MULTILINESTRING',2); 
     86update rht.attributs_rht_fev_2011_vs2 set the_geom=rht.the_geom from rht.rht 
     87 where rht.id_drain=attributs_rht_fev_2011_vs2.id_drain;  
     88}}} 
     89 
    8390 * Add a primary key 
    8491{{{