<p style>Hello, </p><p style>I sort of have a beginner problem. I want to use A* and SHOOTING* algorithms on a roads network; At some point, I use create_graph_tables function (I follow the documentation instructions) but it appears this function does not exist on PGROUTING 1.03.</p>
<p style>ERROR: function create_graph_tables(unknown, unknown) does not exist LINE 17: SELECT create_graph_tables(&#39;troncon_route&#39;, &#39;int4&#39;); ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts.</p>
<p style>When I check in routing_core.sql the function is missing. However in version 0.9 the function is implemented.</p><p style>Could you please enlighten me ? I am working on version pgRouting-1.03 with postgre 8.3.7. Thanks</p>
<p style>Best regards, Gallien Labeyrie</p><br><br>