[postgis-tickets] [PostGIS] #4521: ERROR: cannot change name of input parameter "pretty_print"
PostGIS
trac at osgeo.org
Mon Oct 7 10:52:33 PDT 2019
#4521: ERROR: cannot change name of input parameter "pretty_print"
----------------------+---------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by strk):
The error message says what it wants to be dropped, as an HINT:
{{{ HINT: Use DROP FUNCTION st_asgeojson(record,text,integer,boolean)
first. }}}
Doesn't look like changeset r17879 fixed it.
Maybe {{{ _postgis_drop_funcion_if_needed }}} fails to figure out this is
_needed_ in this case
Does the function only look at parameter _names_ and not _types_ ?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4521#comment:5>
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