[postgis-commits] svn - r2876 - trunk/lwgeom
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Tue Jul 22 06:53:28 PDT 2008
Author: robe
Date: 2008-07-22 06:53:26 -0700 (Tue, 22 Jul 2008)
New Revision: 2876
Modified:
trunk/lwgeom/lwpostgis.sql.in.c
Log:
Deprecate ST_area2d
Modified: trunk/lwgeom/lwpostgis.sql.in.c
===================================================================
--- trunk/lwgeom/lwpostgis.sql.in.c 2008-07-22 11:38:39 UTC (rev 2875)
+++ trunk/lwgeom/lwpostgis.sql.in.c 2008-07-22 13:53:26 UTC (rev 2876)
@@ -1345,6 +1345,7 @@
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'
More information about the postgis-commits
mailing list