Re: postgres.app OS X psql character encoding (utf-8) problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgres.app OS X psql character encoding (utf-8) problem
Дата
Msg-id 26646.1389329795@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: postgres.app OS X psql character encoding (utf-8) problem  (Chris Hiestand <chiestand@salk.edu>)
Ответы Re: postgres.app OS X psql character encoding (utf-8) problem
Список pgsql-general
Chris Hiestand <chiestand@salk.edu> writes:
> postgres93.app is supplied with its own version of libedit.

> user@hostname:~ $ otool -L `which psql`
> /Applications/Postgres93.app/Contents/MacOS/bin/psql:
>     /Applications/Postgres93.app/Contents/MacOS/lib/libpq.5.dylib (compatibility version 5.0.0, current version
5.6.0)
>     /Applications/Postgres93.app/Contents/MacOS/lib/libssl.1.0.0.dylib (compatibility version 1.0.0, current version
1.0.0)
>     /Applications/Postgres93.app/Contents/MacOS/lib/libedit.0.dylib (compatibility version 1.0.0, current version
1.45.0)
>     /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)

Uh-huh.  You need to complain to whoever packages Postgres93.app, then.

The impression I have about libedit is that it's necessary to grab a
snapshot of upstream on a good day ;-)

            regards, tom lane


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: wal archive peak during pg_dump
Следующее
От: Sergey Konoplev
Дата:
Сообщение: Re: Looking for settings/configuration for FASTEST reindex on idle system.