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

From Krishnakant Mane
Subject Re: create_immv issue on aws Ubuntu even after create extention
Date
Msg-id d7673366-1d39-4f9f-a9c9-5f12cdd9df53@gmail.com
Whole thread Raw
In response to Re: create_immv issue on aws Ubuntu even after create extention  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: create_immv issue on aws Ubuntu even after create extention
List pgsql-general


On 3/2/25 07:03, Adrian Klaver wrote:
On 3/1/25 17:25, Krishnakant Mane wrote:

On 3/1/25 22:17, Adrian Klaver wrote:
On 2/28/25 21:29, Krishnakant Mane wrote:
All done, but no result.

I feel it is possible that the latest code must be flawed or something.

Well, as a matter of fact, I never had to compile the extention on my local ubuntu 24.04 machine.

How did you install Postgres on the AWS EC2 instance?

Please answer above.
sudo apt-get install postgresql postgresql-server-dev-16

Did you install the postgresql-server-dev-16 package?

Yes I did.

Define not work.


create extension command works successfully.

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.



Note that this works on my local machine.


Regards.

On 3/1/25 00:10, Ron Johnson wrote:

-- 
Email Signature
*Krishnakant Mane*
Software Architecture Design & Implementation Specialist    


Mobile:    
    +91 8424039903

https://www.linkedin.com/in/krishnakant-r-mane/


--
Krishnakant Mane
Software Architecture Design & Implementation Specialist

Mobile:
+91 8424039903
https://www.linkedin.com/in/krishnakant-r-mane/

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: create_immv issue on aws Ubuntu even after create extention
Next
From: Adrian Klaver
Date:
Subject: Re: create_immv issue on aws Ubuntu even after create extention