From: | gary(dot)haran(at)gmail(dot)com |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #6718: Cannot delete, create or check existence of extension |
Date: | 2012-07-04 18:05:07 |
Message-ID: | E1SmTwp-0006YP-1E@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 6718
Logged by: Gary Haran
Email address: gary(dot)haran(at)gmail(dot)com
PostgreSQL version: 9.1.4
Operating system: OS X
Description:
development=# select version();
version
-----------------------------------------------------------------------------------------------------------------------------------------------
PostgreSQL 9.1.4 on x86_64-apple-darwin11.4.0, compiled by Apple clang
version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn), 64-bit
(1 row)
development=# create extension hstore;
ERROR: type "hstore" already exists
development=# drop extension hstore;
ERROR: extension "hstore" does not exist
development=# CREATE EXTENSION IF NOT EXISTS hstore;
ERROR: type "hstore" already exists
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2012-07-04 21:37:03 | Re: BUG #6706: pg_upgrade fails when plpgsql dropped/re-created |
Previous Message | Josh Kupershmidt | 2012-07-04 17:19:27 | Re: BUG #6715: 9.2b2 psql \ir does not understand leading ../ |