Re: Figured it out (psql and Gnu readline) - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Figured it out (psql and Gnu readline)
Date
Msg-id Pine.LNX.4.21.0007132227590.668-100000@localhost.localdomain
Whole thread Raw
In response to Re: Figured it out (psql and Gnu readline)  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Responses Re: Figured it out (psql and Gnu readline)
List pgsql-general
Patrick Welche writes:

> > AC_CHECK_LIB(readline, using_history, AC_DEFINE(HAVE_HISTORY_IN_READLINE),
> >     AC_CHECK_LIB(history,  main) )
>
> .. 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?


--
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden


pgsql-general by date:

Previous
From: Mike Mascari
Date:
Subject: Re: Max length for a select or other command
Next
From: Peter Eisentraut
Date:
Subject: Re: Figured it out (psql and Gnu readline)