Hi All,<br><br>I just started using pgrouting. I followed the tutorial with my own data and have everything setup but when I run:<br><br><br>SELECT astext(required_roads.the_geom), required_roads.name FROM<br><br>&nbsp;&nbsp;&nbsp; shortest_path_dijkstra1_as_geometry_internal_id ( <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &#39;required_roads&#39;,18583::integer, 18597::integer, 300::double precision) <br>&nbsp;&nbsp;&nbsp; AS T1 INNER JOIN required_roads on required_roads.gid=T1.gid;<br><br><br>I get this error message:<br><br>ERROR: operator does not exist: text || boolean<br>
SQL state: 42883<br>Hint: No operator matches the given name and argument type(s). You may need to add explicit type casts.<br>Context: PL/pgSQL function &quot;shortest_path_dijkstra1_as_geometry_internal_id_directed&quot; line 100 at assignment<br>
PL/pgSQL function &quot;shortest_path_dijkstra1_as_geometry_internal_id&quot; line 15 at for over execute statement<br><br><br><br>As shown in the code above I added in explicit type casts but still no joy.<br><br><br>Can anyone tell me what the problem is?<br>
<br><br>Thanks<br>