Changes between Version 43 and Version 44 of Help for Celine
- Timestamp:
- Nov 4, 2011 11:24:24 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help for Celine
v43 v44 81 81 }}} 82 82 83 * Intégration d'une colonne géométrique 84 {{{ 85 SELECT AddGeometryColumn ( 'rht','attributs_rht_fev_2011_vs2','the_geom',3035,'MULTILINESTRING',2); 86 update 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 83 90 * Add a primary key 84 91 {{{