Re: Tab-completion error...?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: stercor(at)gmail(dot)com
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Tab-completion error...?
Date: 2022-01-04 18:32:38
Message-ID: 4042326.1641321158@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Theodore M Rolle, Jr." <stercor(at)gmail(dot)com> writes:
> I don't use pacman for PostgreSQL.
> I compile from source.

The point is that your from-source build of psql might be linking
to an out-of-date copy of libpq.so provided by the OS. Linux
machines tend to do that (i.e., prefer libraries in /usr/lib[64])
unless you mess with the dynamic loader's configuration.

Try "ldd /path/to/psql" and see what it says about which libpq
is getting used.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chocimier 2022-01-04 21:15:50 Re: As a Linux distro, how to package multiple postgres major versions?
Previous Message Achilleas Mantzios 2022-01-04 18:29:30 Re: Refresh ONE publication out of the Two Publications the Subscription has