Changes between Version 56 and Version 57 of CookBook join ROE_CCM


Ignore:
Timestamp:
Mar 24, 2010 10:38:14 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join ROE_CCM

    v56 v57  
    131131 
    132132-- mise à jour de la table geometry_columns 
    133 alter table geobs.correspondance add column id serial PRIMARY KEY; 
    134 select Probe_Geometry_Columns(); -- marche pas 
     133select Probe_Geometry_Columns();  
     134-- si la commande ci dessus ne marche pas ... 
    135135INSERT INTO geometry_columns(f_table_catalog, f_table_schema, f_table_name, f_geometry_column, coord_dimension, srid, "type") 
    136136SELECT '', 'geobs', 'correspondance', 'the_geom', ST_CoordDim(the_geom), ST_SRID(the_geom), GeometryType(the_geom)