ALTER EXTENSION DROP FUNCTION not working ? - Mailing list pgsql-hackers

From Sandro Santilli
Subject ALTER EXTENSION DROP FUNCTION not working ?
Date
Msg-id 20160209093342.GA3901@localhost
Whole thread Raw
Responses Re: ALTER EXTENSION DROP FUNCTION not working ?
List pgsql-hackers
I'm seeing an issue with ALTER EXTENSION DROP FUNCTION
not fully unregistering the dependency of the function
on the extension. Commands to reproduce described here:
https://trac.osgeo.org/postgis/ticket/3450#comment:23

Basically I'm getting:
ERROR:  cannot drop function pgis_twkb_accum_finalfn(internal) because other objects depend on itDETAIL:  extension
postgisdepends on function pgis_twkb_accum_finalfn(internal)
 

Right after successfully running:
ALTER EXTENSION postgis DROP FUNCTION pgis_twkb_accum_finalfn(internal);

Is it a bug in PostgreSQL ? (9.3.6 running on the test machine).

--strk;
 ()   Free GIS & Flash consultant/developer /\   http://strk.keybit.net/services.html



pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: [patch] Proposal for \crosstabview in psql
Next
From: Sandro Santilli
Date:
Subject: Re: ALTER EXTENSION DROP FUNCTION not working ?