[postgis-tickets] [PostGIS] #3450: 2.2 -> 2.3.0dev leaves 15 function behind

PostGIS trac at osgeo.org
Tue Feb 9 01:27:02 PST 2016


#3450: 2.2 -> 2.3.0dev leaves 15 function behind
------------------------------------+---------------------------
  Reporter:  strk                   |      Owner:  strk
      Type:  defect                 |     Status:  new
  Priority:  medium                 |  Milestone:  PostGIS 2.3.0
 Component:  build/upgrade/install  |    Version:  2.2.x
Resolution:                         |   Keywords:
------------------------------------+---------------------------
Changes (by strk):

 * cc: David, Fetter, <david@…> (added)


Comment:

 The problem is not with the postgis_extension_drop_if_exists function but
 with ALTER EXTENSION itself !
 {{{
 strk=# alter extension postgis DROP FUNCTION
 pgis_twkb_accum_finalfn(internal);
 ALTER EXTENSION
 strk=# DROP FUNCTION pgis_twkb_accum_finalfn(internal);
 ERROR:  cannot drop function pgis_twkb_accum_finalfn(internal) because
 other objects depend on it
 DETAIL:  extension postgis depends on function
 pgis_twkb_accum_finalfn(internal)
 strk=# select version();
                                                version
 ------------------------------------------------------------------------------------------------------
  PostgreSQL 9.3.6 on x86_64-unknown-linux-gnu, compiled by gcc (Ubuntu
 4.8.2-19ubuntu1) 4.8.2, 64-bit
 (1 row)
 }}}

 David maybe this is one of those things that would help if done upstream
 ...

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