Dropping extensions

Поиск
Список
Период
Сортировка
От Marc Munro
Тема Dropping extensions
Дата
Msg-id 1311376827.14252.20.camel@bloodnok.com
обсуждение исходный текст
Список pgsql-general
In postgres 9.1 I have created 2 extensions, veil and veil_demo.  When I
install veil, it creates a default (not very useful) version of a
function: veil_init().

When I create veil_demo, it replaces this version of the function with
it's own (useful) version.

If I drop the extension veil_demo, I am left with the veil_demo version
of veil_init().

Is this a feature or a bug?  Is there a work-around?

Thanks.

__
Marc

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Darren Duncan
Дата:
Сообщение: Re: Implementing "thick"/"fat" databases
Следующее
От: Pablo Romero Abiti
Дата:
Сообщение: Update columns in same table from update trigger?