Changes between Version 56 and Version 57 of CookBook join ROE_CCM
- Timestamp:
- Mar 24, 2010 10:38:14 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join ROE_CCM
v56 v57 131 131 132 132 -- 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 133 select Probe_Geometry_Columns(); 134 -- si la commande ci dessus ne marche pas ... 135 135 INSERT INTO geometry_columns(f_table_catalog, f_table_schema, f_table_name, f_geometry_column, coord_dimension, srid, "type") 136 136 SELECT '', 'geobs', 'correspondance', 'the_geom', ST_CoordDim(the_geom), ST_SRID(the_geom), GeometryType(the_geom)