[postgis-devel] deprecation time?

Darafei "Komяpa" Praliaskouski me at komzpa.net
Thu Mar 7 08:59:25 PST 2019


Hi,

We've removed more popular things this year. Let's clean these up.

On Thu, Mar 7, 2019 at 7:48 PM Paul Ramsey <pramsey at cleverelephant.ca>
wrote:

> There’s quite a few of these in postgis.sql.in
>
> -- Availability: 1.2.2
> -- Deprecation in 2.2.0
> CREATE OR REPLACE FUNCTION ST_distance_spheroid(geom1 geometry, geom2
> geometry,spheroid)
>         RETURNS FLOAT8 AS
>   $$ SELECT @extschema at ._postgis_deprecate('ST_Distance_Spheroid',
> 'ST_DistanceSpheroid', '2.2.0');
>     SELECT @extschema at .ST_DistanceSpheroid($1,$2,$3);
>   $$
>         LANGUAGE 'sql' IMMUTABLE STRICT _PARALLEL;
>
>
> Since we’re going to 3.0, seems like an opportune time to move them to
> legacy?
>
> P
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/postgis-devel



-- 
Darafei Praliaskouski
Support me: http://patreon.com/komzpa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20190307/b799171a/attachment.html>


More information about the postgis-devel mailing list