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

From Tom Lane
Subject Re: postgres.app OS X psql character encoding (utf-8) problem
Date
Msg-id 26646.1389329795@sss.pgh.pa.us
Whole thread Raw
In response to Re: postgres.app OS X psql character encoding (utf-8) problem  (Chris Hiestand <chiestand@salk.edu>)
Responses Re: postgres.app OS X psql character encoding (utf-8) problem  (Chris Hiestand <chiestand@salk.edu>)
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: wal archive peak during pg_dump
Next
From: Sergey Konoplev
Date:
Subject: Re: Looking for settings/configuration for FASTEST reindex on idle system.