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

From Jaime Casanova
Subject Re: in-catalog Extension Scripts and Control parameters (templates?)
Date
Msg-id CAJKUy5gQLvKkiPiMooBp9WyVeHN-hNu8kzQENsDrfm6NVR0r9A@mail.gmail.com
Whole thread Raw
In response to Re: in-catalog Extension Scripts and Control parameters (templates?)  (Jaime Casanova <jaime@2ndquadrant.com>)
Responses Re: in-catalog Extension Scripts and Control parameters (templates?)
List pgsql-hackers
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

--
Jaime Casanova         www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación
Phone: +593 4 5107566         Cell: +593 987171157



pgsql-hackers by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: in-catalog Extension Scripts and Control parameters (templates?)
Next
From: Michael Paquier
Date:
Subject: Re: request a new feature in fuzzystrmatch