Re: "history" key in pgsql

Поиск
Список
Период
Сортировка
От Stephane Bortzmeyer
Тема Re: "history" key in pgsql
Дата
Msg-id 20020808082602.GB3059@nic.fr
обсуждение исходный текст
Ответ на "history" key in pgsql  ("Alex Cheung Tin Ka" <tkcheung@vtc.edu.hk>)
Список pgsql-general
On Thu, Aug 08, 2002 at 04:15:33PM +0800,
 Alex Cheung Tin Ka <tkcheung@vtc.edu.hk> wrote
 a message of 43 lines which said:

> I have some difficulties on typing the querys in the pgsql console
> environment. once I type something wrong I should delete the whole
> line and type in again.  I would like to know is there any tools that
> could make it more like the "bash" shell environment.  Using the arrow
> key there in the pgsql.

pgsql has readline support (eaxctly the same library as bash). Your
PostgreSQL was probably compiled without this option. You compiled it
yourself? If so, compile again with --enable-readline (you will need
the readline library and its development environment).

(The Debian package of PostgreSQL has readline support
out-of-the-box. One more reason to thanks Oliver.)


В списке pgsql-general по дате отправления:

Предыдущее
От: Stephane Bortzmeyer
Дата:
Сообщение: Trigger which fires on commit? (Multi-table intergrity constraint)
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: "history" key in pgsql