Re: BUG #15803: Autocomplete issues in new 11.3 and 9.6.13 psql client

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #15803: Autocomplete issues in new 11.3 and 9.6.13 psql client
Дата
Msg-id 16497.1557755649@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #15803: Autocomplete issues in new 11.3 and 9.6.13 psql client  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> I got issue when traing to autocomplete(tab'ing) in new versions, what
> working well in old version(9.6. When I tray autocomplete by pushing tab
> putton, it takes a space, but attended to autocomplete
> postgres@karma:~$ psql
> psql (11.3 (Ubuntu 11.3-1.pgdg18.04+1), server 9.6.13)
> Type "help" for help.

> postgres=# select * from pu   
> postgres-# \q

Hm, works for me.  Are you sure there are any matching tables in that
server?  A different line of thought is maybe your new psql was built
without readline support.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15802: Comparison of a function returning boolean value using relational (<, >, <= or >=) operator
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL 9.3.5 substring(text from pattern for escape) bug