[postgis-devel] [PostGIS] #1749: some permutations of st_intersection are not being dropped in older installs
PostGIS
trac at osgeo.org
Tue Apr 3 05:41:55 PDT 2012
#1749: some permutations of st_intersection are not being dropped in older
installs
--------------------+-------------------------------------------------------
Reporter: robe | Owner: pracine
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.1
Component: raster | Version: trunk
Keywords: |
--------------------+-------------------------------------------------------
Description changed by robe:
Old description:
> See ticket #1746 how to observe this.
>
> Functions in question
> {{{
> st_intersection(postgis.raster, postgis.raster, text, regprocedure);
>
> st_intersection(rast1 postgis.raster, rast2 postgis.raster, otheruserfunc
> regprocedure);
>
> st_intersection(rast1 postgis.raster, band1 integer, rast2
> postgis.raster, band2 integer, otheruserfunc regprocedure);
>
> st_intersection(postgis.raster, integer, postgis.raster, integer, text,
> regprocedure);
>
> }}}
>
> I'm not sure we want to drop these if per chance people are using them
> and just instead allow them to be orphaned as they currently are.
New description:
See ticket #1746 how to observe this.
Functions in question
{{{
st_intersection(raster, raster, text, regprocedure);
st_intersection(rast1 raster, rast2 raster, otheruserfunc regprocedure);
st_intersection(rast1 raster, band1 integer, rast2 raster, band2 integer,
otheruserfunc regprocedure);
st_intersection(raster, integer, raster, integer, text, regprocedure);
}}}
I'm not sure we want to drop these if per chance people are using them and
just instead allow them to be orphaned as they currently are.
--
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1749#comment:3>
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-devel
mailing list