]> granicus.if.org Git - postgis/commitdiff
makeline_from_multipoint renamed to line_from_multipoint
authorSandro Santilli <strk@keybit.net>
Mon, 18 Oct 2004 11:29:00 +0000 (11:29 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 18 Oct 2004 11:29:00 +0000 (11:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1032 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwpostgis.sql.in

index 3f47cb3a3615016bf811b973fe4e49e96f067bb4..2bac7474bc64c8140030e1f3687dbb5061c61ab7 100644 (file)
@@ -1677,7 +1677,7 @@ CREATEFUNCTION makeline_garray (geometry[])
        AS '@MODULE_FILENAME@', 'LWGEOM_makeline_garray'
        LANGUAGE 'C';
 
-CREATEFUNCTION makeline_from_multipoint(geometry)
+CREATEFUNCTION line_from_multipoint(geometry)
        RETURNS geometry
        AS '@MODULE_FILENAME@', 'LWGEOM_makeline'
        LANGUAGE 'C';