[postgis-tickets] [PostGIS] #3706: Use of deprecated function
PostGIS
trac at osgeo.org
Wed Dec 20 21:19:29 PST 2017
#3706: Use of deprecated function
--------------------------+---------------------------
Reporter: postgispaul | Owner: robe
Type: defect | Status: closed
Priority: high | Milestone: PostGIS 2.3.3
Component: postgis | Version: 2.3.x
Resolution: worksforme | Keywords:
--------------------------+---------------------------
Comment (by robe):
What are you using for viewing. In pgAdmin the aggregates show under
aggregates section, not functions.
What are you upgrading from.
And you did the
{{{
ALTER EXTENSION postgis UPDATE;
}}}
dance for sure?
What does:
{{{
SELECT postgis_full_version();
}}}
return for you?
There is a trick to force aggregates to upgrade. I think aggregates and
types are the only things we rely the update message to know whether to
upgrade or not because they could destroy user created things. Functions
are always recreated, so they should all be fine.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3706#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