BUG #13663: uuid-ossp in multiple schemas same database - Mailing list pgsql-bugs

From wjarl@hotmail.com
Subject BUG #13663: uuid-ossp in multiple schemas same database
Date
Msg-id 20151005154716.25573.23941@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #13663: uuid-ossp in multiple schemas same database  (John R Pierce <pierce@hogranch.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13663
Logged by:          Jarl Walker
Email address:      wjarl@hotmail.com
PostgreSQL version: 9.3.4
Operating system:   Centos 6.4
Description:

I have 1 database named general and 2 schemas crm and erp. When i create
extension "uuid-ossp" i 'need' to specify the schema example erp; create
extension "uuid-ossp" schema erp, however when i try to use it on crm i
can't. if i try to create extension "uuid-ossp" schema crm, it reads
extension "uuid-ossp" already exists.
Any suggestions?

pgsql-bugs by date:

Previous
From: Maxim Boguk
Date:
Subject: Re: BUG #13657: Some kind of undetected deadlock between query and "startup process" on replica.
Next
From: John R Pierce
Date:
Subject: Re: BUG #13663: uuid-ossp in multiple schemas same database