From 08243b922a0a063abac08b320e0972f7b0aa6926 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 24 Sep 2008 13:55:39 +0000 Subject: [PATCH] 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 --- lwgeom/lwpostgis.sql.in.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); -- 2.50.1