<div dir="ltr">Quick thing on the documentation for 1.x-- an extra comma in the Dijkstra (shortest_path) docs. after "AS cost"<div><br></div><div><pre style="font-family:Consolas,'Deja Vu Sans Mono','Bitstream Vera Sans Mono',monospace;font-size:0.8em;line-height:13px;padding:0.5em;border:1px solid rgb(204,204,204);background-color:rgb(248,248,248);color:rgb(0,0,0)">
<span class="" style="color:rgb(0,112,32);font-weight:bold">SELECT</span> <span class="" style="color:rgb(102,102,102)">*</span> <span class="" style="color:rgb(0,112,32);font-weight:bold">FROM</span> <span class="">shortest_path</span><span class="">(</span><span class="" style="color:rgb(64,112,160)">'SELECT gid AS id, source::int4,</span>
<span class="" style="color:rgb(64,112,160)">             target::int4, length::double precision AS cost,</span>
<span class="" style="color:rgb(64,112,160)">        FROM dourol'</span><span class="">,</span><span class="" style="color:rgb(32,128,80)">3</span><span class="">,</span> <span class="" style="color:rgb(32,128,80)">7</span><span class="">,</span> <span class="" style="color:rgb(0,112,32);font-weight:bold">false</span><span class="">,</span> <span class="" style="color:rgb(0,112,32);font-weight:bold">false</span><span class="">);</span></pre>
<pre style="font-family:Consolas,'Deja Vu Sans Mono','Bitstream Vera Sans Mono',monospace;font-size:0.8em;line-height:13px;padding:0.5em;border:1px solid rgb(204,204,204);background-color:rgb(248,248,248);color:rgb(0,0,0)">
<span class=""><pre style="font-family:Consolas,'Deja Vu Sans Mono','Bitstream Vera Sans Mono',monospace;font-size:0.8em;padding:0.5em;border:1px solid rgb(204,204,204)"><span class="" style="color:rgb(0,112,32);font-weight:bold">SELECT</span> <span class="" style="color:rgb(102,102,102)">*</span> <span class="" style="color:rgb(0,112,32);font-weight:bold">FROM</span> <span class="">shortest_path</span><span class="">(</span><span class="" style="color:rgb(64,112,160)">'SELECT gid AS id, source::int4,</span>
<span class="" style="color:rgb(64,112,160)">             target::int4, length::double precision AS cost</span>
<span class="" style="color:rgb(64,112,160)">        FROM dourol'</span><span class="">,</span><span class="" style="color:rgb(32,128,80)">3</span><span class="">,</span> <span class="" style="color:rgb(32,128,80)">7</span><span class="">,</span> <span class="" style="color:rgb(0,112,32);font-weight:bold">false</span><span class="">,</span> <span class="" style="color:rgb(0,112,32);font-weight:bold">false</span><span class="">);</span></pre>
</span></pre></div></div>