[postgis-tickets] [PostGIS] #4263: geometry_distance_centroid(geom1 geometry, geom2 geometry)
PostGIS
trac at osgeo.org
Mon Dec 3 00:40:10 PST 2018
#4263: geometry_distance_centroid(geom1 geometry, geom2 geometry)
---------------------+---------------------------
Reporter: komzpa | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.0.0
Component: postgis | Version: 2.4.x
Keywords: |
---------------------+---------------------------
Starting with PostGIS 3.0, this function is a link to ST_Distance.
It is used in recheck opclass, so removing it completely requires some
ALTERing, but since it lies about itself in the name it's a good thing to
do.
{{{
CREATE OR REPLACE FUNCTION geometry_distance_centroid(geom1 geometry,
geom2 geometry)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4263>
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