On Jan 17, 2010, at 7:23 AM, Oscar Zamudio wrote:

Oscar,

SELECT UpdateGeometrySRID('mypoints', 'srid', 4326);
ERROR: column not found in geometry_columns table

I don't know what's happpening....

The column name is the geometry one,
so it should be something like:

SELECT UpdateGeometrySRID('mypoints', 'the_geom', 4326);

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

Reply via email to