Thom Brown <thom(at)linux(dot)com> writes:
> On 20 January 2011 21:44, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> Known bug in OSX's libedit. Use readline instead.
> How do I force readline? I'm not using --with-libedit-preferred or
> --without-readline
Do you have it installed?
You may need to fool with the link path to ensure that you link to
a real readline and not /usr/lib/libreadline.dylib (which is just
an alias for libedit).
regards, tom lane