Re: Hiting TAB while editing a line crashes PSQL.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jean-Luc Lachance <jllachan(at)nsd(dot)ca>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Hiting TAB while editing a line crashes PSQL.
Date: 2002-08-08 23:00:35
Message-ID: 25347.1028847635@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Jean-Luc Lachance <jllachan(at)nsd(dot)ca> writes:
> I believe not. This is the error message I get.

> psql: relocation error: psql: undefined symbol: rl_completion_matches

That is a pretty common symptom of readline configuration problems.
Are you sure you built psql against readline header files that match
the installed readline library file?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2002-08-08 23:28:34 Re: Bug #732: LIMIT clause bugs with insert...select
Previous Message Jean-Luc Lachance 2002-08-08 21:32:55 Re: Hiting TAB while editing a line crashes PSQL.