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

lwgeom/lwpostgis.sql.in

index eb1c0650d79dfbcf6d8f7965afdb078e4b936e9f..8bf91930b62524fffc6e944f06204ee7a12c5432 100644 (file)
@@ -2204,7 +2204,7 @@ CREATEFUNCTION MakePointM(float8, float8, float8)
        AS '@MODULE_FILENAME@', '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'