[postgis-commits] svn - r3000 - branches/1.3/lwgeom
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Wed Sep 24 06:59:18 PDT 2008
Author: robe
Date: 2008-09-24 06:59:18 -0700 (Wed, 24 Sep 2008)
New Revision: 3000
Modified:
branches/1.3/lwgeom/lwpostgis.sql.in
Log:
Added ST_MakePointM and remove redundant redefinition of MakePointM
Modified: branches/1.3/lwgeom/lwpostgis.sql.in
===================================================================
--- branches/1.3/lwgeom/lwpostgis.sql.in 2008-09-24 13:55:39 UTC (rev 2999)
+++ branches/1.3/lwgeom/lwpostgis.sql.in 2008-09-24 13:59:18 UTC (rev 3000)
@@ -2204,10 +2204,10 @@
AS '@MODULE_FILENAME@', '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_FILENAME@', 'LWGEOM_makepoint3dm'
+ AS 'MODULE_PATHNAME', 'LWGEOM_makepoint3dm'
LANGUAGE 'C' _IMMUTABLE_STRICT; -- WITH (iscachable,isstrict);
-- Deprecation in 1.2.3
More information about the postgis-commits
mailing list