Re: [HACKERS] psql history buffer.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Nigel Tamplin <nigel(at)metica(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] psql history buffer.
Date: 1999-10-13 15:13:42
Message-ID: 20894.939827622@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Nigel Tamplin <nigel(at)metica(dot)com> writes:
> Are there any libraries required by pgsql that maybe are present on some
> machines and not others hence the different behaviour?

Precisely. If the GNU readline library is not present when psql is
configured/built, you don't get history.

IIRC, some people have been burnt because they have installed
libreadline.a (or .so), but not readline.h. You need both, or
configure will decide to omit the feature.

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1999-10-13 15:31:09 Re: [HACKERS] Outline for PostgreSQL book
Previous Message Tom Lane 1999-10-13 15:10:21 Re: [HACKERS] sort on huge table