Hi,<br>I'm having problems with some test with trunk version.<br><br>I'm try-ing to test the 2.0.0 trunk version on a RedHat 64 bit with postgres 8.4.4.<br><br>The version of postgis is this:<br><br>
POSTGIS="2.0.0SVN" GEOS="3.3.0-CAPI-1.7.0" PROJ="Rel. 4.7.1, 23
September 2009" LIBXML="2.6.26" USE_STATS (procs from 2.0 r5705 need
upgrade)<br>
<br>
Try-ing this query from a file "query.txt":<br><br>INSERT INTO public._test_campionamento_mp (id,idrtt,geom) (<br> select<br> <a href="http://c.id">c.id</a>,<br> c.idrtt,<br> st_union(c.geom)<br>
from (<br> select <br> <a href="http://a.id">a.id</a> as id,<br> a.idrtt as idrtt,<br> (ST_DumpPoints(a.geom)).* as geom<br> from <br> public._test_campionamento as a<br>
) as c<br> group by<br> <a href="http://c.id">c.id</a>,<br> c.idrtt<br>);<br><br>I see this error:<br><br>psql:query.txt:19: ERROR: could not find function "LWGEOM_numpoints_linestring" <br>
in file "/usr/local/pgsql/lib/<a href="http://postgis-2.0.so">postgis-2.0.so</a>"<br>CONTEXT: SQL statement "SELECT ST_NumPoints( $1 )"<br>PL/pgSQL function "_st_dumppoints" line 67 at istruzione SQL<br>
PL/pgSQL function "_st_dumppoints" line 24 at ciclo FOR su righe di SELECT<br>SQL function "st_dumppoints" statement 1<br><br>This query work perfectly on postgres 8.4.4. + postgis 1.5.1 on WinXP so I don't understand what is missing ...<br>
<br><br clear="all"><br>-- <br>-----------------<br>Andrea Peri<br>. . . . . . . . . <br>qwerty àèìòù<br>-----------------<br><br>