From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Chris Hiestand <chiestand(at)salk(dot)edu> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: postgres.app OS X psql character encoding (utf-8) problem |
Date: | 2014-01-10 04:56:35 |
Message-ID: | 26646.1389329795@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Chris Hiestand <chiestand(at)salk(dot)edu> writes:
> postgres93.app is supplied with its own version of libedit.
> user(at)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
From | Date | Subject | |
---|---|---|---|
Next Message | Sergey Konoplev | 2014-01-10 05:37:50 | Re: Looking for settings/configuration for FASTEST reindex on idle system. |
Previous Message | Michael Paquier | 2014-01-10 03:12:06 | Re: wal archive peak during pg_dump |