Hi,

I'd like to run the next SQL:
SELECT   x(g1), y(g1)
        ,x(g2), y(g2)
        ,x(gn), y(gn)
FROM    startpoint(GeomFromText('LINESTRING(2 3, 4 5)', -1)) AS g1
        ,pointn(GeomFromText('LINESTRING(2 3, 4 5)', -1), 2) AS g2
        ,endpoint(GeomFromText('LINESTRING(2 3, 4 5)', -1)) AS gn
;
But the server process was crashed. If I set comment for the 
endpoint's rows, all right. Why crashed the process?
Resolving...?

Thx,
kjt


McAfee SCM 4.1 által ellenőrizve!
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to