Changes between Version 3 and Version 4 of UsersWikiExamplesPolygonOverlaps
- Timestamp:
- 05/11/12 21:33:49 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiExamplesPolygonOverlaps
v3 v4 371 371 EXECUTE 372 372 'SELECT AddGeometryColumn('''||schema_a||''','''||table_result1||''',''the_geom'',(SELECT DISTINCT ST_SRID(the_geom) FROM '||schema_a||'.'||table_a||'),''POLYGON'',2);'; 373 -- 11May12 PostGIS 2.0 rejects this DROP CONSTRAINT as an error -dbb 373 374 EXECUTE 374 375 'ALTER TABLE '||schema_a||'.'||table_result1||' DROP CONSTRAINT enforce_geotype_the_geom;';