Re: Unrecognized variable client_encoding

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Unrecognized variable client_encoding
Дата
Msg-id 24971.984581760@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Unrecognized variable client_encoding  (Allen.Kimberly@epamail.epa.gov)
Список pgsql-ports
Allen.Kimberly@epamail.epa.gov writes:
> I did an install of 7.0.3 on a RedHat Linux 6.2 box that has had all
> previous versions of postgreSQL removed.

You may *think* that all previous versions were removed, but there's
clearly still a copy of a multibyte-enabled libpq.so hanging about
somewhere, and it's getting invoked by those commands.  Look through
your PATH for unexpected copies of the PG executables (createdb, psql,
etc) and look at your dynamic loader configuration to see what library
directories are being searched for shared libraries.  (You may well
need to add something to /etc/ld.so.conf and/or re-run ldconfig, anyway,
to make sure that the system knows about the new PG .so files.)

            regards, tom lane

В списке pgsql-ports по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Unrecognized variable client_encoding
Следующее
От: svetsch@tradewinds-solutions.com
Дата:
Сообщение: Cygwin PostgreSQL postmaster problem