[postgis-tickets] [PostGIS] #4214: Remove deprecated raster functions
PostGIS
trac at osgeo.org
Wed Oct 24 05:43:29 PDT 2018
#4214: Remove deprecated raster functions
---------------------+---------------------------
Reporter: komzpa | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+---------------------------
https://postgis.net/docs/RT_ST_SummaryStats.html :
{{{
The ST_SummaryStats(rastertable, rastercolumn, ...) variants are
deprecated as of 2.2.0. Use ST_SummaryStatsAgg instead.
}}}
https://postgis.net/docs/RT_ST_MapAlgebraExpr.html
{{{
ST_MapAlgebraExpr is deprecated as of 2.1.0. Use ST_MapAlgebra (expression
version) instead.
}}}
There are probably others.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4214>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list