On Thu, Jul 4, 2013 at 2:42 AM, Jaime Casanova <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
