Re: BUG #16698: Create extension and search path

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Miha Vrhovnik <miha(dot)vrhovnik(at)gmail(dot)com>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, pgsql-bugs(at)lists(dot)postgresql(dot)org, PG Bug reporting form <noreply(at)postgresql(dot)org>
Subject: Re: BUG #16698: Create extension and search path
Date: 2020-11-03 14:36:09
Message-ID: 918521.1604414169@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Miha Vrhovnik <miha(dot)vrhovnik(at)gmail(dot)com> writes:
> I'm so sorry, but I do not understand... Even if I force the schema in
> CREATE EXTENSION it still says that it already exists. (Tested on 12.4, but
> it's the same with 13, as I have tested it before)
> I'm missing something but the documentation doesn't state that I can only
> install extension once per database.

Extensions are not schema-qualified objects, so no, you cannot have
more than one instance per database.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2020-11-03 14:52:47 Re: pg should ignore u+200b zero width space
Previous Message Guillaume Lelarge 2020-11-03 14:25:54 Re: BUG #16698: Create extension and search path