| From: | Jaime Casanova <jaime(at)2ndquadrant(dot)com> |
|---|---|
| To: | Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr> |
| Cc: | 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 07:46:22 |
| Message-ID: | CAJKUy5gQLvKkiPiMooBp9WyVeHN-hNu8kzQENsDrfm6NVR0r9A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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
--
Jaime Casanova www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación
Phone: +593 4 5107566 Cell: +593 987171157
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2013-07-04 07:59:24 | Re: request a new feature in fuzzystrmatch |
| Previous Message | Jaime Casanova | 2013-07-04 07:42:50 | Re: in-catalog Extension Scripts and Control parameters (templates?) |