Re: Figured it out (psql and Gnu readline)

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: Figured it out (psql and Gnu readline)
Date: 2000-07-14 13:11:57
Message-ID: 20000714141157.B8078@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jul 14, 2000 at 12:33:20AM +0200, Peter Eisentraut wrote:
> Patrick Welche writes:
>
> > .. of course for me it's in libedit:
> >
> > % nm -g /usr/lib/libedit.a | grep using_history
> > 0000028c T using_history
>
> Is libedit readline compatible now?

On a NetBSD-1.5B/i386 box, according to editline(3):

HISTORY
The editline library first appeared in 4.4BSD. CC_REDISPLAY appeared in
NetBSD 1.3. CC_REFRESH_BEEP, EL_EDITMODE and the readline emulation ap-
peared in NetBSD 1.4. EL_RPROMPT appeared in NetBSD 1.5.

AUTHORS
The editline library was written by Christos Zoulas. Luke Mewburn wrote
this manual and implemented CC_REDISPLAY, CC_REFRESH_BEEP, EL_EDITMODE,
and EL_RPROMPT. Jaromir Dolecek implemented the readline emulation.

So I suspect the answer is "yes"?

Cheers,

Patrick

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message ernie cline 2000-07-14 14:06:30 Re: performance question
Previous Message K Parker 2000-07-14 08:25:30 Re: php connection