From: Regina Obe Date: Tue, 22 Jul 2008 13:53:26 +0000 (+0000) Subject: Deprecate ST_area2d X-Git-Tag: 1.4.0b1~824 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aba4f927ffb7806916f1b3731181773c145cea44;p=postgis Deprecate ST_area2d git-svn-id: http://svn.osgeo.org/postgis/trunk@2876 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwpostgis.sql.in.c b/lwgeom/lwpostgis.sql.in.c index 1736935d1..395c047eb 100644 --- a/lwgeom/lwpostgis.sql.in.c +++ b/lwgeom/lwpostgis.sql.in.c @@ -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'