<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On 7 April 2014 21:57, Romina Di Paolo <span dir="ltr"><<a href="mailto:romi.dipaolo@gmail.com" target="_blank">romi.dipaolo@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">ST_MapAlgebra</blockquote></div><br><div class="gmail_extra">

in <a href="http://postgis.net/docs/RT_ST_MapAlgebra.html">http://postgis.net/docs/RT_ST_MapAlgebra.html</a></div><div class="gmail_extra"><br></div><div class="gmail_extra">Passing a regprocedure argument to a SQL function requires the full function signature to be passed, then cast to a regprocedure type. To pass the above example PL/pgSQL function as an argument, the SQL for the argument is:<br>

</div><div class="gmail_extra"><br></div><div class="gmail_extra">'sample_callbackfunc(double precision[], integer[], text[])'::regprocedure</div></div></div>