]> granicus.if.org Git - postgis/commitdiff
typo
authorRegina Obe <lr@pcorp.us>
Wed, 24 Sep 2008 14:01:57 +0000 (14:01 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 24 Sep 2008 14:01:57 +0000 (14:01 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3002 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwpostgis.sql.in.c

index a9f20b87e0a370072b3631dd7f4ead29724ceedb..e3f8db83b792ade2cc05738371b6a46665825b96 100644 (file)
@@ -1913,7 +1913,7 @@ CREATEFUNCTION MakePointM(float8, float8, float8)
        AS 'MODULE_PATHNAME', 'LWGEOM_makepoint3dm'
        LANGUAGE 'C' _IMMUTABLE_STRICT; -- WITH (iscachable,isstrict);
        
--- Availability 1.3.4
+-- Availability: 1.3.4
 CREATEFUNCTION ST_MakePointM(float8, float8, float8)
        RETURNS geometry
        AS 'MODULE_PATHNAME', 'LWGEOM_makepoint3dm'