Opened 6 years ago

Closed 3 years ago

#4214 closed defect (worksforme)

Remove deprecated raster functions

Reported by: komzpa Owned by: komzpa
Priority: medium Milestone: PostGIS 3.2.0
Component: postgis Version: master
Keywords: Cc:

Description

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.

Change History (10)

comment:1 by komzpa, 5 years ago

Owner: changed from pramsey to komzpa

comment:2 by robe, 5 years ago

Milestone: PostGIS 3.0.0PostGIS 3.1.0

comment:3 by Darafei Praliaskouski <me@…>, 3 years ago

In 5aca2cb3/git:

ST_Mem_Size was removed, now from doc too

References #4214

comment:4 by Darafei Praliaskouski <me@…>, 3 years ago

In 4d1c8d8/git:

locate_between_measures and locate_along_measure are deprecated

References #4214

comment:5 by Darafei Praliaskouski <me@…>, 3 years ago

In 151c1150/git:

postgis_svn_version is deprecated

References #4214

comment:6 by Darafei Praliaskouski <me@…>, 3 years ago

In 313a71a3/git:

ST_Count(rastertable, rastercolumn, …) variants removed

References #4214

comment:7 by Darafei Praliaskouski <me@…>, 3 years ago

In d159dcf/git:

Remove ST_SummaryStats(table) and its derivatives

References #4214

comment:8 by komzpa, 3 years ago

ST_MapAlgebraExpr remove looks heavy so pushing it to 3.2.

comment:9 by komzpa, 3 years ago

Milestone: PostGIS 3.1.0PostGIS 3.2.0

comment:10 by komzpa, 3 years ago

Resolution: worksforme
Status: newclosed

good enough.

Note: See TracTickets for help on using tickets.