ALTER EXTENSION DROP FUNCTION not working ?

Поиск
Список
Период
Сортировка
От Sandro Santilli
Тема ALTER EXTENSION DROP FUNCTION not working ?
Дата
Msg-id 20160209093342.GA3901@localhost
обсуждение исходный текст
Ответы Re: ALTER EXTENSION DROP FUNCTION not working ?  (Sandro Santilli <strk@keybit.net>)
Список 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 по дате отправления:

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: [patch] Proposal for \crosstabview in psql
Следующее
От: Sandro Santilli
Дата:
Сообщение: Re: ALTER EXTENSION DROP FUNCTION not working ?