<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace">As an addition, you need to have the public schema in your search path, at least.<br></div><div class="gmail_default" style="font-family:monospace,monospace">It is the case by default, unless you tweeked it.<br></div><div class="gmail_default" style="font-family:monospace,monospace"><br></div><div class="gmail_default" style="font-family:monospace,monospace">SET search_path TO 'public' ; <br><br></div><div class="gmail_default" style="font-family:monospace,monospace">Cheers,<br></div><div class="gmail_default" style="font-family:monospace,monospace">Rémi-C<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-11-18 19:59 GMT+01:00 Sandro Santilli <span dir="ltr"><<a href="mailto:strk@keybit.net" target="_blank">strk@keybit.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Nov 18, 2015 at 07:54:19PM +0100, Lorenzo Bottaccioli wrote:<br>
<br>
> *ERROR:  function st_bandisnodata(raster) does not exist*<br>
> *LINE 1: SELECT ST_BandIsNoData(rast) from mytable;*<br>
> *               ^*<br>
> *HINT:  No function matches the given name and argument types. You might<br>
> need to add explicit type casts.*<br>
<span class="">><br>
> Any suggestion how to solve this?<br>
><br>
> I get the same error with many other functions.<br>
<br>
</span>(how) did you enable PostGIS for the database you're using ?<br>
SELECT postgis_full_version();<br>
<br>
--strk;<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/postgis-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/postgis-users</a></blockquote></div><br></div>