BUG #13663: uuid-ossp in multiple schemas same database

From: wjarl(at)hotmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13663: uuid-ossp in multiple schemas same database
Date: 2015-10-05 15:47:16
Message-ID: 20151005154716.25573.23941@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: 13663
Logged by: Jarl Walker
Email address: wjarl(at)hotmail(dot)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?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2015-10-05 16:49:18 Re: BUG #13663: uuid-ossp in multiple schemas same database
Previous Message Maxim Boguk 2015-10-05 08:47:24 Re: BUG #13657: Some kind of undetected deadlock between query and "startup process" on replica.