[postgis-users] EndPoint ERROR

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Thu Jan 31 08:48:36 PST 2008


On Thu, 2008-01-31 at 14:50 +0100, Kis János Tamás wrote:
> 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


Hi Kis,

This is a known bug which has been fixed in the 1.3.2 release.


ATB,

Mark.

-- 
ILande - Open Source Consultancy
http://www.ilande.co.uk





More information about the postgis-users mailing list