<div dir="ltr">Hi Steve,<div><br></div><div>Many thanks for this! It works of course. :)</div><div><br></div><div>Regards,</div><div>Csaba</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 20 February 2014 16:42, Stephen Woodbridge <span dir="ltr"><<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Sandor,<br>
<br>
Sorry this was a minor bug in the release. It is easy to fix on your system. Locate the pgrouting--2.0.0.sql file in your extensions directory and edit it. Search for "public." should bring you to line:<br>
<br>
CREATE OR REPLACE FUNCTION public.pgr_isColumnIndexed(tab text, col text)<br>
<br>
and remove the "public." and save the file. The in your database:<br>
<br>
DROP EXTENSION pgrouting;<br>
CREATE EXTENSION pgrouting schema gis;<br>
<br>
And you should be good to go. THis has been fixed in the develop branch for the next release.<br>
<br>
Thanks,<br>
  -Steve<div><div class="h5"><br>
<br>
<br>
On 2/20/2014 10:28 AM, Sandor Csaba wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hi list,<br>
<br>
I want to install postgis and pgrouting into a schema named gis.<br>
<br>
valami=# create schema gis;<br>
CREATE SCHEMA<br>
valami=# create extension postgis schema gis;<br>
CREATE EXTENSION<br>
valami=# create extension pgrouting schema gis;<br>
ERROR:  function pgr_iscolumnindexed(text, text) does not exist<br>
valami=#<br>
<br>
If I try the public schema it works:<br>
valami=# create extension pgrouting;<br>
CREATE EXTENSION<br>
valami=#<br>
<br>
Any idea why is this happening?<br>
<br>
Thanks a lot,<br>
Csaba<br>
<br>
Ubuntu Server 12.04<br>
Postgresql-9.3, Postgis-2.1<br>
Pgrouting 2.0 built from source<br>
<br>
--<br>
Sándor Csaba<br>
Tel: <a href="tel:%2B3630%2F9605853" value="+36309605853" target="_blank">+3630/9605853</a><br>
Fax: <a href="tel:%2B3617002542" value="+3617002542" target="_blank">+3617002542</a><br>
<br>
<br>
<br></div></div>
______________________________<u></u>_________________<br>
Pgrouting-users mailing list<br>
<a href="mailto:Pgrouting-users@lists.osgeo.org" target="_blank">Pgrouting-users@lists.osgeo.<u></u>org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/pgrouting-users" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/pgrouting-<u></u>users</a><br>
<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
Pgrouting-users mailing list<br>
<a href="mailto:Pgrouting-users@lists.osgeo.org" target="_blank">Pgrouting-users@lists.osgeo.<u></u>org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/pgrouting-users" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/pgrouting-<u></u>users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Sándor Csaba<br>Tel: +3630/9605853<br>Fax: +3617002542<br><br></div>
</div>