]> granicus.if.org Git - postgis/commitdiff
Deprecate ST_area2d
authorRegina Obe <lr@pcorp.us>
Tue, 22 Jul 2008 13:53:26 +0000 (13:53 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 22 Jul 2008 13:53:26 +0000 (13:53 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2876 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwpostgis.sql.in.c

index 1736935d1ef49eea7d7f075c0241029bdc6b6061..395c047eb3bf5ad5891d8677277f3d06e641daae 100644 (file)
@@ -1345,6 +1345,7 @@ CREATEFUNCTION area2d(geometry)
        LANGUAGE 'C' _IMMUTABLE_STRICT; -- WITH (isstrict);
 
 -- Availability: 1.2.2
+-- Deprecation in 1.3.4
 CREATEFUNCTION ST_area2d(geometry)
        RETURNS FLOAT8
        AS 'MODULE_PATHNAME', 'LWGEOM_area_polygon'