Dropping extensions - Mailing list pgsql-general

From Marc Munro
Subject Dropping extensions
Date
Msg-id 1311376827.14252.20.camel@bloodnok.com
Whole thread Raw
List 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

Attachment

pgsql-general by date:

Previous
From: Darren Duncan
Date:
Subject: Re: Implementing "thick"/"fat" databases
Next
From: Pablo Romero Abiti
Date:
Subject: Update columns in same table from update trigger?