Hi, I have no success trying the function probe_geometry_columns() with Postgis 1.5.0
1) Not sure but comparing the SQL with Postgis 1.3.3: the clause (in the INSERT step and not the count of probed) "sridcheck.consrc LIKE '(*srid*('||a.attname||') = %)' in postgis 1.3.3 is now: "sridcheck.consrc LIKE '(*st_srid*('||a.attname||') = %)' in postgis 1.5.0 This looks like a tipo error. (this is not the function here but the constraint text in pg_constraint) 2) I have a second problem with pg_constraint table and the "consrc" field. Most of time I have something like : "(public.srid(the_geom) = 27492)" and not (as expected by the function probe_geometry_columns()) : "(srid(the_geom) = 27492)" Thanks for any feed-back. Fred.
_______________________________________________ postgis-users mailing list postgis-users@postgis.refractions.net http://postgis.refractions.net/mailman/listinfo/postgis-users