Re: Issue with installing postgres extension - Mailing list pgsql-general

From Tom Lane
Subject Re: Issue with installing postgres extension
Date
Msg-id 1657230.1719455136@sss.pgh.pa.us
Whole thread Raw
In response to Re: Issue with installing postgres extension  (bhavani dba <dbabhavani@gmail.com>)
Responses Re: Issue with installing postgres extension
List pgsql-general
bhavani dba <dbabhavani@gmail.com> writes:
> thank you for tom for your response. i dont remember installing postgres 14
> version on the server and it seems like I have postgres 15 running.

> [postgres@postgres ~]$ psql
> psql (15.7, server 15.0)
> Type "help" for help.

Hmm ... after poking around a bit, it appears you are trying to load
extension code compiled against 15.1 or later into a 15.0 server.
Possibly we should have thought a bit harder about the compatibility
implications of commit f2f7e509e.  Nonetheless, what are you doing
running a 15.0 server?  That was many minor releases and bug fixes
ago.

            regards, tom lane



pgsql-general by date:

Previous
From: bhavani dba
Date:
Subject: Re: Issue with installing postgres extension
Next
From: bhavani dba
Date:
Subject: Re: Issue with installing postgres extension