[postgis-tickets] [PostGIS] #4590: Upgrading PostGIS 3.0 PG 11 to PostGIS 3.0 PG 12 errors after pg_upgrade - st_linecrossingdirection
PostGIS
trac at osgeo.org
Sat Nov 23 08:50:33 PST 2019
#4590: Upgrading PostGIS 3.0 PG 11 to PostGIS 3.0 PG 12 errors after pg_upgrade -
st_linecrossingdirection
------------------------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.0.1
Component: build/upgrade/install | Version: 3.0.x
Resolution: | Keywords:
------------------------------------+---------------------------
Comment (by robe):
To work around the issue I did this:
{{{
ALTER EXTENSION postgis DROP FUNCTION
st_linecrossingdirection(geometry,geometry);
DROP FUNCTION st_linecrossingdirection(geometry,geometry);
SELECT postgis_extensions_upgrade();
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4590#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