id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 933,Error in GML namespace handle - ST_GeomFromGML,colivier,colivier,"{{{SELECT 'linearring_2', ST_AsEWKT(ST_GeomFromGML('1 2 3 4 5 6 1 2')); ?column? | st_asewkt --------------+-------------------------------------- linearring_2 | SRID=4326;POLYGON((1 2,3 4,5 6,1 2)) }}} But should instead return an error {{{ST_AsEWKT(ST_GeomFromGML('1 2 3 4 5 6 1 2')); ERROR: invalid GML representation }}} But should instead return a valid geometry Impact 1.5 and trunk ",defect,closed,medium,PostGIS 2.0.0,postgis,1.5.X,fixed,ST_GeomFromGML namespace GML,