Re: Tab-completion error...? - Mailing list pgsql-general

From Tom Lane
Subject Re: Tab-completion error...?
Date
Msg-id 4042326.1641321158@sss.pgh.pa.us
Whole thread Raw
In response to Re: Tab-completion error...?  ("Theodore M Rolle, Jr." <stercor@gmail.com>)
Responses Re: Tab-completion error...?
List pgsql-general
"Theodore M Rolle, Jr." <stercor@gmail.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



pgsql-general by date:

Previous
From: Achilleas Mantzios
Date:
Subject: Re: Refresh ONE publication out of the Two Publications the Subscription has
Next
From: Chocimier
Date:
Subject: Re: As a Linux distro, how to package multiple postgres major versions?