sdjiangwei wrote:
> gis=# select transfrom('SRID=2001,POINT(100 100)'::geometry,2001);
You're using a "," instead of a ";" after the SRID.
This shouldnt have causes a crash (I tracked that back to a subtley in
sscanf()). I've commited a fix so this will no longer crash on you.
ogc=# select 'SRID=2001,POINT(100 100)'::geometry;
ERROR: couldnt parse objects in GEOMETRY (SRID related - no ';')
ogc=#