[postgis-tickets] [PostGIS] #3706: Use of deprecated function

PostGIS trac at osgeo.org
Thu Dec 21 14:22:36 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 strk):

 POSTGIS="2.4.2 r16113" PGSQL="96" (procs need upgrade for use with "100")

 The above means that the version of your PostGIS scripts
 were built for PostgreSQL 9.6 while they are being used
 in a PostgreSQL 10. The way to fix this would be to rebuild
 PostGIS against the correct PostgreSQL version and then
 force-upgrade as you mention.

 To force-upgrade, if you installed PostGIS as an extension
 you'll have to do:

 {{{
  ALTER EXTENSION postgis UPDATE to 2.4.2next;
  ALTER EXTENSION postgis UPDATE to 2.4.2;
 }}}

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3706#comment:7>
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