Re: [HACKERS] [GENERAL] Dropping extensions

2011-08-11 Thread Marc Munro
On Sat, 2011-07-30 at 22:46 +0200, Dimitri Fontaine wrote: Tom Lane t...@sss.pgh.pa.us writes: Hmm. I don't think we have any code in there to prohibit the same object from being made a member of two different extensions ... but this example suggests that maybe we had better check that.

[GENERAL] Dropping extensions

2011-07-22 Thread Marc Munro
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