On Fri, Mar 13, 2015 at 6:13 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "David G. Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> writes:
> > Can you give me a command to run to check what it is you are saying. My
> > Linux-fu is not that strong yet...
>
> Running ldd on the psql executable would be a good first step.
>
libedit.so.2 => /usr/lib/x86_64-linux-gnu/libedit.so.2 (0x00007f8b3af22000)
Not seeing libreadline
A plain psql when using this package performs the call via a wrapper -
/usr/share/postgresql-common/pg_wrapper.
I did the ldd against /usr/lib/postgresql/9.3/bin/psql
David J.