Dropping extensions

From: Marc Munro <marc(at)bloodnok(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Dropping extensions
Date: 2011-07-22 23:20:27
Message-ID: 1311376827.14252.20.camel@bloodnok.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2011-07-23 00:05:41 Re: Implementing "thick"/"fat" databases
Previous Message Darren Duncan 2011-07-22 23:11:19 Re: Implementing "thick"/"fat" databases

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2011-07-23 00:00:07 Re: Policy on pulling in code from other projects?
Previous Message Robert Haas 2011-07-22 23:19:17 Re: Initial Review: JSON contrib modul was: Re: Another swing at JSON