[postgis-commits] svn - r2999 - trunk/lwgeom

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Wed Sep 24 06:55:40 PDT 2008


Author: robe
Date: 2008-09-24 06:55:39 -0700 (Wed, 24 Sep 2008)
New Revision: 2999

Modified:
   trunk/lwgeom/lwpostgis.sql.in.c
Log:
Added ST_MakePointM, removed redundant redefinition of MakePointM so docs are now in synch with actual functions.

Modified: trunk/lwgeom/lwpostgis.sql.in.c
===================================================================
--- trunk/lwgeom/lwpostgis.sql.in.c	2008-09-23 21:32:19 UTC (rev 2998)
+++ trunk/lwgeom/lwpostgis.sql.in.c	2008-09-24 13:55:39 UTC (rev 2999)
@@ -1912,9 +1912,9 @@
 	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);



More information about the postgis-commits mailing list