BUG #15705: psql autocompletion is not always correct with latest libedit

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15705: psql autocompletion is not always correct with latest libedit
Дата
Msg-id 15705-bbf672d22b97f8e0@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15705: psql autocompletion is not always correct with latest libedit
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15705
Logged by:          Alexander Pyhalov
Email address:      apyhalov@gmail.com
PostgreSQL version: 11.2
Operating system:   OpenIndiana
Description:

After updating libedit from 20170329-3.1 to 20181209-3.1 we see the
following issue in psql:
while typing "create user test encr<TAB>" I see:
> create  user test encrypted\ password 
(note \ before space)
The issue seems to be in
https://github.com/NetBSD/src/commit/47081400d868e1d6dd5629bea97c599c48404839
- now libedit treats input as file names and escapes it accordingly.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Backwards boolean logic?
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15706: Support Services page out of date