]> granicus.if.org Git - postgis/commitdiff
#722: regress replace GeomFromText with ST_GeomFromText
authorRegina Obe <lr@pcorp.us>
Mon, 2 Jan 2012 00:25:46 +0000 (00:25 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 2 Jan 2012 00:25:46 +0000 (00:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8645 b70326c6-7e19-0410-871a-916f4a2858ee

regress/tickets.sql

index 87db6dbaddd07fd3ed6688b7322c91833fa59873..9dbb675aab05f28d8377b9fe0f5984cf87bc9297 100644 (file)
@@ -228,7 +228,7 @@ FROM (SELECT
     ST_GeomFromText('LINESTRING(25 169,89 114,40 70,86 43)') As line1, ST_GeomFromText('LINESTRING(2.99 90.16,71 74,20 140,171 154)') As line2 ) As foo;
 
 -- #277 --
-SELECT '#277', ST_AsGML(2, GeomFromText('POINT(1 1e308)'));
+SELECT '#277', ST_AsGML(2, ST_GeomFromText('POINT(1 1e308)'));
 
 -- #299 --
 SELECT '#299', round(ST_Y(geometry(ST_Intersection(ST_GeographyFromText('POINT(1.2456 2)'), ST_GeographyFromText('POINT(1.2456 2)')))));