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 f8dd2cf6-f492-4f9a-a250-65c44905e72e@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 3/1/25 17:39, Krishnakant Mane wrote:
> 

>>> But when I try creating the same immv on the server it says function 
>>> create_immv (unknown, unknown ) does not exist.
>>
>> Connect with psql then do:
>>
>> 1) \dx
>> This will show what extensions are installed and in what schema.
>>
>> 2) show search_path;
>>
>> 3) \df *.create_immv
>>
>> Provide the outputs from the above three commands in your response.

See above and provide answers.

-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Krishnakant Mane
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