Re: Tab-completion error...?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Tab-completion error...?
Дата
Msg-id 4042326.1641321158@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Tab-completion error...?  ("Theodore M Rolle, Jr." <stercor@gmail.com>)
Ответы Re: Tab-completion error...?  ("Theodore M Rolle, Jr." <stercor@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Achilleas Mantzios
Дата:
Сообщение: Re: Refresh ONE publication out of the Two Publications the Subscription has
Следующее
От: Chocimier
Дата:
Сообщение: Re: As a Linux distro, how to package multiple postgres major versions?