]> granicus.if.org Git - postgis/commitdiff
Added ST_MakePointM, removed redundant redefinition of MakePointM so docs are now...
authorRegina Obe <lr@pcorp.us>
Wed, 24 Sep 2008 13:55:39 +0000 (13:55 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 24 Sep 2008 13:55:39 +0000 (13:55 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2999 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwpostgis.sql.in.c

index 19e5e3c28ca8edfb21117796939e9d1157aa1f0e..a9f20b87e0a370072b3631dd7f4ead29724ceedb 100644 (file)
@@ -1912,9 +1912,9 @@ CREATEFUNCTION MakePointM(float8, float8, float8)
        RETURNS geometry
        AS 'MODULE_PATHNAME', 'LWGEOM_makepoint3dm'
        LANGUAGE 'C' _IMMUTABLE_STRICT; -- WITH (iscachable,isstrict);
-
--- Availability: 1.2.2
-CREATEFUNCTION MakePointM(float8, float8, float8)
+       
+-- Availability 1.3.4
+CREATEFUNCTION ST_MakePointM(float8, float8, float8)
        RETURNS geometry
        AS 'MODULE_PATHNAME', 'LWGEOM_makepoint3dm'
        LANGUAGE 'C' _IMMUTABLE_STRICT; -- WITH (iscachable,isstrict);