I am using dijkstra_sp function on my table names roads<div>my table has the geometry column named geometry</div><div><br></div><div>When I execute this sql</div><div>SELECT the_geom FROM dijkstra_sp('roads');</div>
<div><br></div><div>I am getting this error</div><div><div>ERROR: column "geometry" does not exist</div><div> Position: 47</div><div><br></div><div>but if I change my table roads geometry column to the_geom it works.</div>
<div><br></div><div>Is there anyway to do routing on table which has different geometry column other than the_geom</div>-- <br>Rashad<br>
</div>