Re: psql and readline comments

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: psql and readline comments
Дата
Msg-id 87bm40hyg1.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: psql and readline comments  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: psql and readline comments  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
>>>>> "Bruce" == Bruce Momjian <bruce@momjian.us> writes:

 Bruce> Uh, bind as a key? Does the patch have any effect then?

As I said, libedit does not bind M-# by default, and has no equivalent
to readline's comment-begin variable. I have no idea what the patch
would do when linked against libedit without actually trying it out
(which I have not done).

 Bruce> If not, maybe we should just do this for libreadline.

Bear in mind that for licensing reasons, some package builds build psql
against libedit but then wedge readline in at runtime using LD_PRELOAD.
So doing things differently at compile time based on whether it's
libedit or readline will not work well with that.

-- 
Andrew (irc:RhodiumToad)


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15611: pg_dump output changes after doing a restore with certain views
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: BUG #15609: synchronous_commit=off insert performance regression with secondary indexes