[postgis-tickets] [PostGIS] #4483: Can't upgrade from PostGIS 3.0.0alpha3 to 3.0.0alpha4 or 3.0.0alpha5dev (ST_AsGeoJSON)
PostGIS
trac at osgeo.org
Wed Feb 12 04:00:40 PST 2020
#4483: Can't upgrade from PostGIS 3.0.0alpha3 to 3.0.0alpha4 or 3.0.0alpha5dev
(ST_AsGeoJSON)
----------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: reopened
Priority: blocker | Milestone: PostGIS 3.0.1
Component: postgis | Version: master
Resolution: | Keywords:
----------------------+---------------------------
Comment (by strk):
It doesn't like like the cleanup function did drop my offending function:
{{{
strk=# select proname, proargnames from pg_proc where proname =
'st_asgeojson';
proname | proargnames
--------------+-----------------------------------------------
st_asgeojson |
st_asgeojson | {geom,maxdecimaldigits,options}
st_asgeojson | {geog,maxdecimaldigits,options}
st_asgeojson | {r,geom_column,maxdecimaldigits,pretty_print}
(4 rows)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4483#comment:30>
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