Re: create_immv issue on aws Ubuntu even after create extention - Mailing list pgsql-general

From Adrian Klaver
Subject Re: create_immv issue on aws Ubuntu even after create extention
Date
Msg-id 078a3947-c88b-413b-86c2-6e25a0459df1@aklaver.com
Whole thread Raw
In response to Re: create_immv issue on aws Ubuntu even after create extention  (Krishnakant Mane <kkproghub@gmail.com>)
Responses Re: create_immv issue on aws Ubuntu even after create extention
List pgsql-general
On 2/28/25 09:26, Krishnakant Mane wrote:
> 
> On 2/28/25 22:53, Ron Johnson wrote:
>>
>> Differing search_path values can lead to problems like this.
>>
> So what can I do to resolve this?

In psql do:

\dx

That will show you what extensions are installed and in what schema.

Then read this:

https://www.postgresql.org/docs/current/ddl-schemas.html#DDL-SCHEMAS-PATH

It explains search_path and how to modify it.


-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: create_immv issue on aws Ubuntu even after create extention
Next
From: Krishnakant Mane
Date:
Subject: Re: create_immv issue on aws Ubuntu even after create extention