Re: Single server multiple databases - extension - Mailing list pgsql-general

From Tom Lane
Subject Re: Single server multiple databases - extension
Date
Msg-id 23219.1331078988@sss.pgh.pa.us
Whole thread Raw
In response to Re: Single server multiple databases - extension  (Brian Trudal <dbrb2002-sql@yahoo.com>)
Responses Re: Single server multiple databases - extension  (Brian Trudal <dbrb2002-sql@yahoo.com>)
List pgsql-general
Brian Trudal <dbrb2002-sql@yahoo.com> writes:
> Thanks for getting back to me. Still no luck; and I tried all possibilities..
> For example, when I tried on new DB:

> db1=# CREATE EXTENSION hstore
> � SCHEMA public
> � VERSION "1.0";
> ERROR:� type "hstore" already exists

> db1=# create table foo(id hstore);
> ERROR:� type "hstore" is only a shell


Apparently you've got a shell type named "hstore" cluttering that
database.  Try "DROP TYPE hstore" and then see if you can create
the extension.

            regards, tom lane

pgsql-general by date:

Previous
From: Brian Trudal
Date:
Subject: Re: Single server multiple databases - extension
Next
From: Ondrej Ivanič
Date:
Subject: Re: replication between US <-> EU