Ticket #154 (closed bug report: invalid)
assign_vertex_id
Reported by: | shafeer | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | Version 1.1 |
Component: | Dijkstra | Version: | 1.03 |
Keywords: | Cc: |
Description
while executing : SELECT assign_vertex_id('road_nav',0.001,'geom','gid'); this query gets the error: NOTICE: CREATE TABLE will create implicit sequence "vertices_tmp_id_seq" for serial column "vertices_tmp.id" CONTEXT: SQL statement "CREATE TABLE vertices_tmp (id serial)" PL/pgSQL function "assign_vertex_id" line 14 at EXECUTE statement
ERROR: cannot EXECUTE a null querystring CONTEXT: PL/pgSQL function "assign_vertex_id" line 20 at EXECUTE statement
********** Error **********
ERROR: cannot EXECUTE a null querystring SQL state: 22004 Context: PL/pgSQL function "assign_vertex_id" line 20 at EXECUTE statement
I have previously executed the same query for my another table where I successfully executed the query. But in my new table I am unable to execute this query. In my geometry_columns I have the table with specific srid like this [ 26551 "" "public" "Road_Nav" "the_geom" 2 -1 "MULTILINESTRING" ] Can anyone help me in this error. Thanks in advance for your replies.