]> granicus.if.org Git - postgis/commitdiff
minor issue preventing legacy load: locate_along_measure should use ST_ wrapper
authorRegina Obe <lr@pcorp.us>
Mon, 4 Apr 2011 13:10:32 +0000 (13:10 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 4 Apr 2011 13:10:32 +0000 (13:10 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7003 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/legacy.sql.in.c

index d701d386a98bbd9250d40a16ce25956f6e2255ff..2f922c90e7970b9b1c1d85c0d0bf72b1416a39ec 100644 (file)
@@ -835,7 +835,7 @@ CREATE OR REPLACE FUNCTION LineMerge(geometry)
 -- Deprecation in 1.2.3
 CREATE OR REPLACE FUNCTION locate_along_measure(geometry, float8)
        RETURNS geometry
-       AS $$ SELECT locate_between_measures($1, $2, $2) $$
+       AS $$ SELECT ST_locate_between_measures($1, $2, $2) $$
        LANGUAGE 'sql' IMMUTABLE STRICT;
        
 -- Deprecation in 1.2.3