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

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15803: Autocomplete issues in new 11.3 and 9.6.13 psql client
Дата
Msg-id 15803-864074b45d2b207d@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15803: Autocomplete issues in new 11.3 and 9.6.13 psql client  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15803
Logged by:          Ken
Email address:      ken.karma@gmail.com
PostgreSQL version: 11.3
Operating system:   Ubuntu 18.04.2 LTS
Description:

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
postgres@karma:~$ psql -p5433
psql (11.3 (Ubuntu 11.3-1.pgdg18.04+1))
Type "help" for help.

And my old 9.6.4: 
psql (11.3 (Ubuntu 11.3-1.pgdg18.04+1), server 9.6.4)
You are now connected to database "**" as user "***".


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

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