Re: in-catalog Extension Scripts and Control parameters (templates?) - Mailing list pgsql-hackers

From Hitoshi Harada
Subject Re: in-catalog Extension Scripts and Control parameters (templates?)
Date
Msg-id CAP7QgmnmA5t37CPBcv8M_-iLY71TyD9Dd4YOwnRKXhPVODrQBw@mail.gmail.com
Whole thread Raw
In response to Re: in-catalog Extension Scripts and Control parameters (templates?)  (Jaime Casanova <jaime@2ndquadrant.com>)
List pgsql-hackers
On Thu, Jul 4, 2013 at 12:46 AM, Jaime Casanova <jaime@2ndquadrant.com> wrote:
> On Thu, Jul 4, 2013 at 2:42 AM, Jaime Casanova <jaime@2ndquadrant.com> wrote:
>>
>> create extension test version '123';
>> CREATE EXTENSION
>>
>> postgres=# \df
>>                        List of functions
>>  Schema | Name | Result data type | Argument data types | Type
>> --------+------+------------------+---------------------+------
>> (0 rows)
>>
>> Actually, what this did was to create an 123 schema and it puts the
>> functions there.
>>
>> But that schema is inaccesible and undroppable:
>>
>
> and dropping the extension let the schema around
>

Hm?  I guess '123' is not schema, but it's version.

--
Hitoshi Harada



pgsql-hackers by date:

Previous
From: Hitoshi Harada
Date:
Subject: Re: [PATCH] Add transforms feature
Next
From: Magnus Hagander
Date:
Subject: Re: [PATCH] Add an ldapoption to disable chasing LDAP referrals