<pre>>SELECT ST_AsText(ST_OffsetCurve(ST_GeomFromText(
>'LINESTRING(164 16,144 16,124 16,104 16,84 16,64 16,
>    44 16,24 16,20 16,18 16,17 17,
>    16 18,16 20,16 40,16 60,16 80,16 100,
>    16 120,16 140,16 160,16 180,16 195)'),
>    15, 'quad_segs=4 join=round'));
>
>presa da:
<a href="http://postgis.refractions.net/documentation/manual-svn/ST_OffsetCurve.html">>http://postgis.refractions.net/documentation/manual-svn/ST_OffsetCurve.html</a>
>
>ERRORE:
>
>ERROR:  function st_offsetcurve(geometry, integer, unknown) does not exist
>RIGA 1: SELECT ST_AsText(ST_OffsetCurve(ST_GeomFromText(<br>><br>>*Cosa faccio?*</pre><br>Fai caso a quello che ti dice l'errore e quello che dice il manuale che hai preso.<br><br clear="all"><pre>function st_offsetcurve(geometry, integer, unknown) </pre>

<br>L'errore ti dice che chiami una funzione che possiede come primo parametro<br>una geometria, come secondo un intero e come terzo un qualcosa di sconosciuto.<br><br>se leggi il manuale al link che hai indicato, ci trovi scritto che la funzione<br>
come secondo parametro si aspetta un Float, non in Integer.<br><br>Da qui l'errore.<br>
<br>E infatti te ci metti un integer (15). Se lo vuoi indicare come float devi metterci una virgola e uno zero.<br>Poi ricordati che in inglese la virgola si indica con il punto.<br><br>per cui <br>15.0<br><br>Saluti,<br>
<br>-- <br>-----------------<br>Andrea Peri<br>. . . . . . . . . <br>qwerty אטלעש<br>-----------------<br><br>