From: Regina Obe Date: Wed, 24 Sep 2008 13:55:39 +0000 (+0000) Subject: Added ST_MakePointM, removed redundant redefinition of MakePointM so docs are now... X-Git-Tag: 1.4.0b1~709 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08243b922a0a063abac08b320e0972f7b0aa6926;p=postgis Added ST_MakePointM, removed redundant redefinition of MakePointM so docs are now in synch with actual functions. git-svn-id: http://svn.osgeo.org/postgis/trunk@2999 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwpostgis.sql.in.c b/lwgeom/lwpostgis.sql.in.c index 19e5e3c28..a9f20b87e 100644 --- a/lwgeom/lwpostgis.sql.in.c +++ b/lwgeom/lwpostgis.sql.in.c @@ -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);