Changes between Version 3 and Version 4 of UsersWikiExamplesPolygonOverlaps


Ignore:
Timestamp:
May 11, 2012, 9:33:49 PM (12 years ago)
Author:
darkblueb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiExamplesPolygonOverlaps

    v3 v4  
    371371EXECUTE
    372372'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
    373374EXECUTE
    374375'ALTER TABLE '||schema_a||'.'||table_result1||' DROP CONSTRAINT enforce_geotype_the_geom;';