Sorry Steve sir. But I tried the DROP CONSTRAINT command like you wrote. But its not working. I got the same error.<br><br>VSDelhidb=# SELECT assign_vertex_id('roads_line', 0.0002, 'the_geom', 'gid');<br>

NOTICE:  CREATE TABLE will create implicit sequence "vertices_tmp_id_seq" for serial column "<a href="http://vertices_tmp.id">vertices_tmp.id</a>"<br>CONTEXT:  SQL statement "CREATE TABLE vertices_tmp (id serial)"<br>

PL/pgSQL function "assign_vertex_id" line 15 at EXECUTE statement<br>ERROR:  new row for relation "vertices_tmp" violates check constraint "enforce_srid_the_geom"<br>CONTEXT:  SQL statement "INSERT INTO vertices_tmp(the_geom) VALUES (SetSRID(p,_srid))"<br>

PL/pgSQL function "point_to_id" line 26 at SQL statement<br>PL/pgSQL function "assign_vertex_id" line 33 at assignment<br><br><br>It says new row for relation "vertices_tmp" violates check constraint. Could it be that this constraint is derived or inherited from somewhere?<br>