Jose, 

slight omission in my last 
> -- to put back constraints on it --
> SELECT populate_geometry_columns('a'::regclass);
> 

I forgot that use type mod is the default now -- so the above should be

SELECT populate_geometry_columns('a'::regclass, false);

To force it to constrain the geometry using constraints instead of typmod.

 Hope that helps,
 Regina
 http://www.postgis.us


_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to