BUG #6718: Cannot delete, create or check existence of extension - Mailing list pgsql-bugs

From gary.haran@gmail.com
Subject BUG #6718: Cannot delete, create or check existence of extension
Date
Msg-id E1SmTwp-0006YP-1E@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #6718: Cannot delete, create or check existence of extension  (Craig Ringer <ringerc@ringerc.id.au>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6718
Logged by:          Gary Haran
Email address:      gary.haran@gmail.com
PostgreSQL version: 9.1.4
Operating system:   OS X
Description:=20=20=20=20=20=20=20=20

development=3D# select version();
                                                                    version=
=20
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
---------------------------------------------------------------------------=
--------------------------------------------------------------------
 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=3D# create extension hstore;
ERROR:  type "hstore" already exists
development=3D# drop extension hstore;
ERROR:  extension "hstore" does not exist
development=3D# CREATE EXTENSION IF NOT EXISTS hstore;
ERROR:  type "hstore" already exists

pgsql-bugs by date:

Previous
From: runner.mei@gmail.com
Date:
Subject: BUG #6716: memory of Autovacuum leak?
Next
From: stevec@nfn.ca
Date:
Subject: BUG #6717: bad file