Changes between Version 85 and Version 86 of CookBook join BDMAP_CCM


Ignore:
Timestamp:
Mar 23, 2010 11:18:29 AM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM

    v85 v86  
    193193 
    194194{{{ 
    195 alter table stationsp2 add CONSTRAINT enforce_dims_the_geom CHECK (ndims(the_geom) = 2); 
    196 alter table stationsp2 add  CONSTRAINT enforce_geotype_the_geom CHECK (geometrytype(the_geom) = 'POINT'::text OR the_geom IS NULL); 
    197 alter table stationsp2 add  CONSTRAINT enforce_srid_the_geom CHECK (srid(the_geom) = 3035); 
     195alter table bd_map.stationsp2 add CONSTRAINT enforce_dims_the_geom CHECK (ndims(the_geom) = 2); 
     196alter table bd_map.stationsp2 add  CONSTRAINT enforce_geotype_the_geom CHECK (geometrytype(the_geom) = 'POINT'::text OR the_geom IS NULL); 
     197alter table bd_map.stationsp2 add  CONSTRAINT enforce_srid_the_geom CHECK (srid(the_geom) = 3035); 
    198198}}} 
    199199