PostgreSQL Upgrade Issue - Undefined Symbol Error

From: Vivek Gadge <vvkgadge56(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: PostgreSQL Upgrade Issue - Undefined Symbol Error
Date: 2024-08-15 11:03:22
Message-ID: CAK+uD7guyY-W4tyWeAnfjBacr19GpMkyrbusV2pXjZypkKF4QQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All,

I am encountering an error after completion of PostgreSQL upgradation from
version 13.8 to 15.6. Trying to describe a single table, I am receiving an
error.

psql -d xyz

-->> \dt student*

The error message is as follows:

```
psql: symbol lookup error: psql: undefined symbol: PQmblenBounded
```

Could you please assist in resolving this issue?

Thanks and regards,

Vivek Gadge

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lok P 2024-08-15 12:15:25 Re: Column type modification in big tables
Previous Message 毛毛 2024-08-15 06:34:59 What is the best way to upgrade pgAdmin on Windows?