Thom Brown <thom@linux.com> writes:
> On 20 January 2011 21:44, Tom Lane <tgl@sss.pgh.pa.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