[postgis-tickets] [PostGIS] #4208: Single geometry versions of ST_MaxDistance and ST_LongestLine
PostGIS
trac at osgeo.org
Fri Oct 19 03:16:57 PDT 2018
#4208: Single geometry versions of ST_MaxDistance and ST_LongestLine
----------------------+---------------------------
Reporter: komzpa | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.0.0
Component: postgis | Version: 2.4.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by nicklas):
You mean something like
{{{
CREATE OR REPLACE FUNCTION public.st_maxdistance(
geom1 geometry)
RETURNS double precision AS
'SELECT ST_maxdistance($1, $1)'
LANGUAGE sql IMMUTABLE
COST 100;
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4208#comment:1>
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