Changes between Version 3 and Version 4 of UsersWikiExamplesPolygonOverlaps

Show
Ignore:
Timestamp:
05/11/12 21:33:49 (12 months 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;';