Re: simple question regarding the building of psql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Davis <jdavis(at)genesiswd(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: simple question regarding the building of psql
Date: 2001-03-18 20:45:27
Message-ID: 25683.984948327@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jeff Davis <jdavis(at)genesiswd(dot)com> writes:
> I really like the feature of psql that allows you to press "up" to go to
> your command history, and press "home" to go to the beginning, etc (like
> a normal shell).

That's the GNU readline and history libraries. Make sure you have those
installed (headers too --- you may need a 'devel' RPM) then re-run
configure and rebuild psql. (You needn't rebuild everything, just
src/bin/psql/.) Make sure configure shows that it's found libreadline
and readline.h.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Boris 2001-03-18 20:56:20 Re[2]: ERROR: Bad timestamp external representation ''
Previous Message Peter Eisentraut 2001-03-18 20:41:51 Re: