[postgis-users] Questions about using SRID not -1
Olivier Courtin
olivier.courtin at oslandia.com
Sat Jan 16 22:34:04 PST 2010
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
More information about the postgis-users
mailing list