Re: no history in psql on OpenBSD

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Denis A(dot) Doroshenko" <d(dot)doroshenko(at)omnitel(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: no history in psql on OpenBSD
Date: 2000-11-15 16:44:25
Message-ID: Pine.LNX.4.21.0011151742570.779-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Denis A. Doroshenko writes:

> i use PostgreSQL on OpenBSD (various systems, including 2.5-2.8 beta)
> and like it much. one thing, i have to make hand changes to source
> (namely to src/bin/psql/input.h) to make _existing in system_ readline's
> history working... the point is that for OpenBSD autconf finds and
> defines HAVE_READLINE_READLINE_H and HAVE_LIBREADLINE and
> HAVE_HISTORY_IN_READLINE, but there's no history.h in the system, thus
> HAVE_READLINE_HISTORY_H nor HAVE_HISTORY_H aren't defined.

But does readline.h declare the history functions? In any case I'd
contact the package maintainer and ask him to install the history.h
file. It belongs to readline, and OpenBSD is the only system causing
problems with this.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Haworth 2000-11-15 17:08:45 Re: char/varchar conversions
Previous Message Tom Lane 2000-11-15 16:19:40 Re: char/varchar conversions