Re: libedit broke in head

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: libedit broke in head
Дата
Msg-id 16636.1159648616@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: libedit broke in head  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: libedit broke in head  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> I think the switches are confusing ... when you are using libedit, you
> certainly don't want readline as well, so it seems natural to disable
> it.  I understand that what --without-readline really does is turn the
> line-editing capability off in general rather than just readline, which
> is confusing.

The documentation could be improved perhaps:

$ ./configure --help | grep -i edit     --with-libedit-preferred  prefer BSD Libedit over GNU Readline
--without-readline     do not use GNU Readline / BSD Libedit line editing
 
$

ISTM the second line would be clearer if it read
 --without-readline      do not use GNU Readline nor BSD Libedit for editing

Also, we probably ought to see if we can make the libedit-preferred line
come out second.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: libedit broke in head
Следующее
От: Bruce Momjian
Дата:
Сообщение: Still need GUC update_process_title?