Re: in-catalog Extension Scripts and Control parameters (templates?)

From: Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com>
To: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
Cc: Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>, Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: in-catalog Extension Scripts and Control parameters (templates?)
Date: 2013-07-04 09:31:50
Message-ID: CAP7QgmnmA5t37CPBcv8M_-iLY71TyD9Dd4YOwnRKXhPVODrQBw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 4, 2013 at 12:46 AM, Jaime Casanova <jaime(at)2ndquadrant(dot)com> wrote:
> On Thu, Jul 4, 2013 at 2:42 AM, Jaime Casanova <jaime(at)2ndquadrant(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2013-07-04 10:23:54 Re: [PATCH] Add an ldapoption to disable chasing LDAP referrals
Previous Message Hitoshi Harada 2013-07-04 09:18:37 Re: [PATCH] Add transforms feature