Re: in-catalog Extension Scripts and Control parameters (templates?)
Hitoshi Harada <umi.tanuki@gmail.com>
From: Hitoshi Harada <umi.tanuki@gmail.com>
To: Jaime Casanova <jaime@2ndquadrant.com>
Cc: Dimitri Fontaine <dimitri@2ndquadrant.fr>,
Heikki Linnakangas <hlinnakangas@vmware.com>,
Alvaro Herrera <alvherre@2ndquadrant.com>,
Stephen Frost <sfrost@snowman.net>,
Tom Lane <tgl@sss.pgh.pa.us>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2013-07-04T09:31:50Z
Lists: 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