PostgreSQL Upgrade Issue - Undefined Symbol Error
Vivek Gadge <vvkgadge56@gmail.com>
From: Vivek Gadge <vvkgadge56@gmail.com>
To: pgsql-general@lists.postgresql.org
Date: 2024-08-15T11:03:22Z
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